Skip to content

Commit

Permalink
Merge pull request #339 from scala-steward/update/zerowaste-0.2.25
Browse files Browse the repository at this point in the history
Update zerowaste to 0.2.25
  • Loading branch information
lenguyenthanh authored Oct 21, 2024
2 parents 16e5a2b + 83d3edd commit 9ee47f7
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 @@ -23,7 +23,7 @@ val commonSettings = Seq(
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.24" cross CrossVersion.full)
libraryDependencies += compilerPlugin("com.github.ghik" % "zerowaste" % "0.2.25" cross CrossVersion.full)
)

lazy val core = project
Expand Down

0 comments on commit 9ee47f7

Please sign in to comment.