Skip to content

Commit

Permalink
Add sensible scalac options
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Feb 14, 2024
1 parent b80efcf commit b59709a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,10 @@ ThisBuild / githubWorkflowOSes := Seq("ubuntu-latest", "macos-latest", "windows-

ThisBuild / githubWorkflowJavaVersions := Seq(
JavaSpec.temurin("8"))

ThisBuild / scalacOptions ++= List(
"-unchecked",
"-deprecation",
"-language:_",
"-encoding",
"UTF-8")

0 comments on commit b59709a

Please sign in to comment.