Skip to content

Commit

Permalink
Merge pull request #103 from scalacenter/add-release-option
Browse files Browse the repository at this point in the history
chore: Release for JDK 8
  • Loading branch information
tgodzik authored Dec 30, 2024
2 parents 828b786 + 398abfb commit c41b5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ trait Common extends CrossScalaModule with ScalafmtModule with ScalafixModule {
ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros::$jsoniterVersion"
)

override def scalacOptions = Seq("-Ywarn-unused", "-deprecation")
override def scalacOptions = Seq("-Ywarn-unused", "-deprecation", "-release", "8")

override def scalacPluginIvyDeps = T {
super.scalacPluginIvyDeps() ++
Expand Down

0 comments on commit c41b5a2

Please sign in to comment.