Skip to content

Commit 69b06f5

Browse files
committed
Update scalafix-core, scalafix-interfaces to 0.12.0
1 parent 7ec1c6f commit 69b06f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ lazy val core = project
1818
"com.thesamet.scalapb" %% "compilerplugin" % "0.11.15",
1919
"com.thesamet.scalapb" %% "scalapb-validate-codegen" % "0.3.4",
2020
"org.scalameta" %% "scalameta" % "4.8.15",
21-
"ch.epfl.scala" %% "scalafix-core" % "0.11.1",
21+
"ch.epfl.scala" %% "scalafix-core" % "0.12.0",
2222
"ch.epfl.scala" %% "scalafix-cli" % "0.11.1" cross CrossVersion.full,
23-
"ch.epfl.scala" % "scalafix-interfaces" % "0.11.1",
23+
"ch.epfl.scala" % "scalafix-interfaces" % "0.12.0",
2424
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
2525
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
2626
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test,

0 commit comments

Comments
 (0)