Skip to content

Commit 3b8aacc

Browse files
committed
Update README for 0.8.0.
1 parent b33b752 commit 3b8aacc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ collections framework (although conversions are possible). You may find
99
that Debox's structures provide more reliable performance than Scala's
1010
mutable collections.
1111

12-
Debox is available for Scala 2.10 and 2.11.
12+
Debox is available for Scala 2.11 and 2.12.
13+
14+
(For Scala 2.10, use Debox 0.7.3 or older.)
1315

1416
### Set up
1517

@@ -19,7 +21,7 @@ following snippet:
1921
```
2022
resolvers += Resolver.sonatypeRepo("releases"),
2123
22-
libraryDependencies += "org.spire-math" %% "debox" % "0.7.3"
24+
libraryDependencies += "org.spire-math" %% "debox" % "0.8.0"
2325
```
2426

2527
### Debox Types
@@ -210,4 +212,4 @@ All code is available to you under the MIT license, available at
210212
http://opensource.org/licenses/mit-license.php and also in the COPYING
211213
file.
212214

213-
Copyright Erik Osheim, 2012-2015.
215+
Copyright Erik Osheim, 2012-2018.

0 commit comments

Comments
 (0)