Skip to content

Commit

Permalink
Merge pull request #322 from lichess-org/add-zero-waste-plugin
Browse files Browse the repository at this point in the history
Add zero waste plugin
  • Loading branch information
lenguyenthanh authored Sep 23, 2024
2 parents a5d72db + 9023030 commit 2a1d79c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ val commonSettings = Seq(
ScalacOptions.explain,
ScalacOptions.release("21"),
ScalacOptions.other("-Wsafe-init") // fix in: https://github.com/typelevel/scalac-options/pull/136
)
),
libraryDependencies += compilerPlugin("com.github.ghik" % "zerowaste" % "0.2.23" cross CrossVersion.full),
)

lazy val core = project
Expand Down

0 comments on commit 2a1d79c

Please sign in to comment.