Skip to content

Commit e801d61

Browse files
authored
Update scalafix-core, scalafix-interfaces to 0.12.0
1 parent 160674c commit e801d61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ThisBuild / scalaVersion := "2.12.18"
1+
ThisBuild / scalaVersion := "2.12.19"
22
ThisBuild / organization := "io.higherkindness"
33
ThisBuild / githubOrganization := "47deg"
44

@@ -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.9.3",
21-
"ch.epfl.scala" %% "scalafix-core" % "0.11.1",
22-
"ch.epfl.scala" %% "scalafix-cli" % "0.11.1" cross CrossVersion.full,
23-
"ch.epfl.scala" % "scalafix-interfaces" % "0.11.1",
21+
"ch.epfl.scala" %% "scalafix-core" % "0.12.0",
22+
"ch.epfl.scala" %% "scalafix-cli" % "0.12.0" cross CrossVersion.full,
23+
"ch.epfl.scala" % "scalafix-interfaces" % "0.12.0",
2424
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
2525
"org.scalacheck" %% "scalacheck" % "1.17.1" % Test,
2626
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test,

0 commit comments

Comments
 (0)