Skip to content

Commit 431840d

Browse files
committed
Merge pull request #36 from scala/bump-readme
Update README.md
2 parents 9e7b457 + 9794f16 commit 431840d

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## scala-java8-compat [<img src="https://api.travis-ci.org/scala/scala-java8-compat.png"/>](https://travis-ci.org/scala/scala-java8-compat)
1+
## scala-java8-compat [<img src="https://api.travis-ci.org/scala/scala-java8-compat.png"/>](https://travis-ci.org/scala/scala-java8-compat) [![Maven Central 2.11](https://maven-badges.herokuapp.com/maven-central/org.scala-lang.modules/scala-java8-compat_2.11/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.scala-lang.modules/scala-java8-compat_2.11)
22

33
A Java 8 compatibility kit for Scala.
44

5+
The API is currently still experimental: we do not yet guarantee source or binary compatibility with future releases.
6+
57
## Functional Interfaces for Scala functions
68

79
A set of [Functional Interfaces](https://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html)
@@ -51,17 +53,6 @@ class Test {
5153
}
5254
```
5355

54-
## Adding an SBT dependency
55-
To depend on scala-xml in SBT, add something like this to your build.sbt:
56-
57-
```
58-
libraryDependencies += "org.scala-lang.modules" %% "scala-java8-compat" % "0.2.0"
59-
```
60-
61-
Maven users, or sbt users looking to support multiple Scala versions, please see the more elaborate example in https://github.com/scala/scala-module-dependency-sample.
62-
63-
The API is currently still experimental: we do not yet guarantee source or binary compatibility with future releases.
64-
6556
## Future work
6657
- Converters for `java.util.function`, `java.util.stream`
6758
- [`Spliterator`](https://docs.oracle.com/javase/8/docs/api/java/util/Spliterator.html)s for Scala collections

0 commit comments

Comments
 (0)