File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ The migration rules use scalafix. Please see the [official installation instruct
55
55
56
56
``` scala
57
57
// project/plugins.sbt
58
- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.26 " )
58
+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.29 " )
59
59
```
60
60
61
61
### Collection213Upgrade
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % crossV
9
9
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % scalaNativeVersion)
10
10
addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % crossVer)
11
11
addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.3.1" )
12
- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.28 " )
12
+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.29 " )
13
13
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.10.0" )
14
14
addSbtPlugin(" ch.epfl.scala" % " sbt-version-policy" % " 1.0.1" )
You can’t perform that action at this time.
0 commit comments