Skip to content

Commit df9d8db

Browse files
committed
minor readme adjustments
1 parent 6d89b95 commit df9d8db

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![Build Status](https://travis-ci.org/scala/scala-collection-compat.svg?branch=master)](https://travis-ci.org/scala/scala-collection-compat)
2-
31
## Purpose and scope
42

53
This library makes some Scala 2.13 APIs available on Scala 2.11 and 2.12.
@@ -17,7 +15,7 @@ Only the most commonly used APIs are supported; many are missing. Contributions
1715
To use this library, add the following to your `build.sbt`:
1816

1917
```
20-
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0"
18+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "<version>"
2119
```
2220

2321
All future versions will remain backwards binary compatible with 2.0.0. (The 1.0.0 release was withdrawn and should not be used.)
@@ -51,11 +49,11 @@ And, it includes support for some non-collections classes such as the `@nowarn`
5149

5250
## Migration rules
5351

54-
The migration rules use scalafix. Please see the [official installation instructions](https://scalacenter.github.io/scalafix/docs/users/installation.html) and, in particular, check that your full Scala version is supported (ex 2.12.13).
52+
The migration rules use scalafix. Please see the [official installation instructions](https://scalacenter.github.io/scalafix/docs/users/installation.html) and, in particular, check that your full Scala version is supported (ex 2.12.15).
5553

5654
```scala
5755
// project/plugins.sbt
58-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29")
56+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.31")
5957
```
6058

6159
### Collection213Upgrade

0 commit comments

Comments
 (0)