Skip to content

Commit b43db82

Browse files
authored
Revert "Update sbt-scalafix, scalafix-core to 0.13.0 (#393)" (#396)
This reverts commit af29659.
1 parent af29659 commit b43db82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots")
55
val crossVer = "1.3.2"
66
val scalaJSVersion = "1.17.0"
77
val scalaNativeVersion = "0.5.5"
8-
val scalafix = "0.13.0"
8+
val scalafix = "0.12.1"
99

1010
// includes sbt-dynver sbt-pgp sbt-sonatype sbt-git
1111
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")

0 commit comments

Comments
 (0)