Skip to content

Commit a4e0dd3

Browse files
authored
Update README.md
1 parent e17f7e3 commit a4e0dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To cross-build for 2.12 and 2.11, the rewrite rule introduces a dependency on th
8383
```scala
8484
// build.sbt
8585
scalafixDependencies in ThisBuild += "org.scala-lang.modules" %% "scala-collection-migrations" % "2.3.1"
86-
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.3.1"
86+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.3.2"
8787
addCompilerPlugin(scalafixSemanticdb)
8888
scalacOptions ++= List("-Yrangepos", "-P:semanticdb:synthetics:on")
8989
```

0 commit comments

Comments
 (0)