Skip to content

Commit

Permalink
Merge pull request #418 from scala-steward/update/better-tostring-0.3.9
Browse files Browse the repository at this point in the history
Update better-tostring to 0.3.9
  • Loading branch information
mergify[bot] authored Oct 5, 2021
2 parents fed943e + ae3f46b commit 8991eb2
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 @@ -74,7 +74,7 @@ val scala2CompilerPlugins = List(
)

val compilerPlugins = List(
compilerPlugin(("org.polyvariant" % "better-tostring" % "0.3.8").cross(CrossVersion.full))
compilerPlugin(("org.polyvariant" % "better-tostring" % "0.3.9").cross(CrossVersion.full))
)

val commonSettings = Seq(
Expand Down

0 comments on commit 8991eb2

Please sign in to comment.