Skip to content

Commit

Permalink
Bump xuwei-k's scalafix-rules to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Aug 16, 2023
1 parent 92be58d commit 4615c23
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 @@ -28,7 +28,7 @@ ThisBuild / licenses := props.licenses

ThisBuild / resolvers += props.SonatypeSnapshots

ThisBuild / scalafixDependencies += "com.github.xuwei-k" %% "scalafix-rules" % "0.2.17"
ThisBuild / scalafixDependencies += "com.github.xuwei-k" %% "scalafix-rules" % "0.3.0"

ThisBuild / scalafixConfig := (
if (scalaVersion.value.startsWith("3"))
Expand Down

0 comments on commit 4615c23

Please sign in to comment.