Skip to content

Commit

Permalink
Fix scalacOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejSpanel committed Sep 16, 2024
1 parent 6bd732c commit 7a0c9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ lazy val projs = crossProject(JSPlatform, JVMPlatform).crossType(CrossType.Full)
commonSettings,
name := "FormulaFX",
maxErrors := 1,
scalacOptions := Seq("-unchecked", "-deprecation")
scalacOptions ++= Seq("-unchecked", "-deprecation")
)
.jvmSettings(
// Add JVM-specific settings here
Expand Down

0 comments on commit 7a0c9ae

Please sign in to comment.