Skip to content

Commit

Permalink
Update zerowaste to 0.2.27
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 29, 2024
1 parent eb7d497 commit 4b5c241
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 @@ -24,7 +24,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.26" cross CrossVersion.full)
libraryDependencies += compilerPlugin("com.github.ghik" % "zerowaste" % "0.2.27" cross CrossVersion.full)
)

lazy val core = project
Expand Down

0 comments on commit 4b5c241

Please sign in to comment.