Skip to content

Commit

Permalink
Update scalafix-cli, scalafix-core, ... to 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Oct 14, 2022
1 parent de0f0c4 commit e7d8ba6
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.11",
"com.thesamet.scalapb" %% "scalapb-validate-codegen" % "0.3.3",
"org.scalameta" %% "scalameta" % "4.5.13",
"ch.epfl.scala" %% "scalafix-core" % "0.10.3",
"ch.epfl.scala" %% "scalafix-cli" % "0.10.3" cross CrossVersion.full,
"ch.epfl.scala" % "scalafix-interfaces" % "0.10.3",
"ch.epfl.scala" %% "scalafix-core" % "0.10.4",
"ch.epfl.scala" %% "scalafix-cli" % "0.10.4" cross CrossVersion.full,
"ch.epfl.scala" % "scalafix-interfaces" % "0.10.4",
"org.scalatest" %% "scalatest" % "3.2.14" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % Test,
Expand Down

0 comments on commit e7d8ba6

Please sign in to comment.