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 @@ -53,7 +53,7 @@ The migration rules use scalafix. Please see the [official installation instruct
53
53
54
54
``` scala
55
55
// project/plugins.sbt
56
- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.33 " )
56
+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.34 " )
57
57
```
58
58
59
59
### Collection213Upgrade
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0
3
3
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.2" )
4
4
addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.1.0" )
5
5
addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 3.0.1" )
6
- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.33 " )
6
+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.34 " )
7
7
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.10.0" )
You can’t perform that action at this time.
0 commit comments