Skip to content

Commit 10860c8

Browse files
Update sbt-scalafix, scalafix-core to 0.9.33 (#501)
Co-authored-by: kenji yoshida <[email protected]>
1 parent f49b125 commit 10860c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The migration rules use scalafix. Please see the [official installation instruct
5353

5454
```scala
5555
// project/plugins.sbt
56-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.32")
56+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.33")
5757
```
5858

5959
### Collection213Upgrade

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0
33
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.1")
44
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.1.0")
55
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "3.0.0")
6-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.32")
6+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.33")
77
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")

0 commit comments

Comments
 (0)