Skip to content

Commit f3c9987

Browse files
committed
Update readme.
1 parent fd3429f commit f3c9987

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Diff for: README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,25 @@ Getting Started
1010
---------------
1111

1212
### Add dependency
13-
We currently support Scala `2.8.2, 2.9.1, 2.9.2, 2.9.3, 2.10`
13+
We currently support Scala `2.10, 2.11`
1414

1515
##### maven:
1616
```xml
1717
<dependency>
1818
<groupId>net.codingwell</groupId>
1919
<artifactId>scala-guice_2.10</artifactId>
20-
<version>4.0.0-beta</version>
20+
<version>4.0.0-beta4</version>
2121
</dependency>
2222
```
2323

2424
#####sbt:
2525
```scala
26-
"net.codingwell" % "scala-guice_2.10" % "4.0.0-beta"
27-
"net.codingwell" %% "scala-guice" % "4.0.0-beta"
26+
"net.codingwell" %% "scala-guice" % "4.0.0-beta4"
2827
```
2928

3029
##### gradle:
3130
```groovy
32-
'net.codingwell:scala-guice_2.10:4.0.0-beta'
31+
'net.codingwell:scala-guice_2.10:4.0.0-beta4'
3332
```
3433

3534
### Mixin

0 commit comments

Comments
 (0)