Skip to content

Commit

Permalink
Update zerowaste to 0.2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 15, 2024
1 parent c8f0108 commit aa18e9c
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.27" cross CrossVersion.full)
libraryDependencies += compilerPlugin("com.github.ghik" % "zerowaste" % "0.2.28" cross CrossVersion.full)
)

lazy val core = project
Expand Down

0 comments on commit aa18e9c

Please sign in to comment.