Skip to content

Commit

Permalink
scalacOptions ++= (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
sideeffffect authored Mar 8, 2023
1 parent a7be63d commit a17f7d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ trait ScalaCompilerSettings {
Seq(
Keys.name := name,
ZioSbtEcosystemPlugin.autoImport.javaPlatform := javaPlatform,
scalacOptions := stdOptions ++ extraOptions(
scalacOptions ++= stdOptions ++ extraOptions(
Keys.scalaVersion.value,
javaPlatform,
optimize = !isSnapshot.value
Expand Down

0 comments on commit a17f7d8

Please # to comment.