Skip to content

Commit 27a2094

Browse files
committed
Update version in readme
1 parent 544db99 commit 27a2094

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
@@ -16,18 +16,18 @@ We currently support Scala `2.11, 2.12`
1616
<dependency>
1717
<groupId>net.codingwell</groupId>
1818
<artifactId>scala-guice_2.12</artifactId>
19-
<version>4.2.1</version>
19+
<version>4.2.2</version>
2020
</dependency>
2121
```
2222

2323
##### sbt:
2424
```scala
25-
"net.codingwell" %% "scala-guice" % "4.2.1"
25+
"net.codingwell" %% "scala-guice" % "4.2.2"
2626
```
2727

2828
##### gradle:
2929
```groovy
30-
'net.codingwell:scala-guice_2.12:4.2.1'
30+
'net.codingwell:scala-guice_2.12:4.2.2'
3131
```
3232

3333
### Mixin

0 commit comments

Comments
 (0)