We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec1c6f commit 69b06f5Copy full SHA for 69b06f5
build.sbt
@@ -18,9 +18,9 @@ lazy val core = project
18
"com.thesamet.scalapb" %% "compilerplugin" % "0.11.15",
19
"com.thesamet.scalapb" %% "scalapb-validate-codegen" % "0.3.4",
20
"org.scalameta" %% "scalameta" % "4.8.15",
21
- "ch.epfl.scala" %% "scalafix-core" % "0.11.1",
+ "ch.epfl.scala" %% "scalafix-core" % "0.12.0",
22
"ch.epfl.scala" %% "scalafix-cli" % "0.11.1" cross CrossVersion.full,
23
- "ch.epfl.scala" % "scalafix-interfaces" % "0.11.1",
+ "ch.epfl.scala" % "scalafix-interfaces" % "0.12.0",
24
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
25
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
26
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test,
0 commit comments