File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ collections framework (although conversions are possible). You may find
99that Debox's structures provide more reliable performance than Scala's
1010mutable 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```
2022resolvers += 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
210212http://opensource.org/licenses/mit-license.php and also in the COPYING
211213file.
212214
213- Copyright Erik Osheim, 2012-2015 .
215+ Copyright Erik Osheim, 2012-2018 .
You can’t perform that action at this time.
0 commit comments