Skip to content

Commit

Permalink
Remove zero waste plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Jan 25, 2025
1 parent c64e22f commit 0f94e51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ 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.28" cross CrossVersion.full)
)
)

lazy val core = project
Expand Down

0 comments on commit 0f94e51

Please sign in to comment.