Skip to content

Commit f5b3a21

Browse files
committed
Update README.md
1 parent f0ce7b0 commit f5b3a21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# util backports from scala 2.13 to 2.12 [![Build Status](https://travis-ci.org/bigwheel/util-backports.svg?branch=master)](https://travis-ci.org/bigwheel/util-backports)
1+
# util backports from scala 2.13 to 2.12 and 2.11[![Build Status](https://travis-ci.org/bigwheel/util-backports.svg?branch=master)](https://travis-ci.org/bigwheel/util-backports)
22

3-
This is a backport library of Scala Standard Library `scala.util` package from 2.13 to 2.12.
3+
This is a backport library of Scala Standard Library `scala.util` package from 2.13 to 2.12 and 2.11.
44

55
2.13 `scala.util` package contains following new features.
66

@@ -15,7 +15,7 @@ util-backports is available from maven central.
1515
If you use SBT you can include util-backports in your project with
1616

1717
```scala
18-
libraryDependencies += "com.github.bigwheel" %% "util-backports" % "2.0"
18+
libraryDependencies += "com.github.bigwheel" %% "util-backports" % "2.1"
1919
```
2020

2121
## Usage

0 commit comments

Comments
 (0)