Skip to content

Commit

Permalink
Update scalafix-cli, scalafix-core, ... to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed May 3, 2024
1 parent 3f79944 commit df55ba4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ lazy val core = project
"com.thesamet.scalapb" %% "compilerplugin" % "0.11.15",
"com.thesamet.scalapb" %% "scalapb-validate-codegen" % "0.3.4",
"org.scalameta" %% "scalameta" % "4.9.3",
"ch.epfl.scala" %% "scalafix-core" % "0.12.0",
"ch.epfl.scala" %% "scalafix-cli" % "0.12.0" cross CrossVersion.full,
"ch.epfl.scala" % "scalafix-interfaces" % "0.12.0",
"ch.epfl.scala" %% "scalafix-core" % "0.12.1",
"ch.epfl.scala" %% "scalafix-cli" % "0.12.1" cross CrossVersion.full,
"ch.epfl.scala" % "scalafix-interfaces" % "0.12.1",
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test,
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test,
Expand Down

0 comments on commit df55ba4

Please sign in to comment.