We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544db99 commit 27a2094Copy full SHA for 27a2094
README.md
@@ -16,18 +16,18 @@ We currently support Scala `2.11, 2.12`
16
<dependency>
17
<groupId>net.codingwell</groupId>
18
<artifactId>scala-guice_2.12</artifactId>
19
- <version>4.2.1</version>
+ <version>4.2.2</version>
20
</dependency>
21
```
22
23
##### sbt:
24
```scala
25
-"net.codingwell" %% "scala-guice" % "4.2.1"
+"net.codingwell" %% "scala-guice" % "4.2.2"
26
27
28
##### gradle:
29
```groovy
30
-'net.codingwell:scala-guice_2.12:4.2.1'
+'net.codingwell:scala-guice_2.12:4.2.2'
31
32
33
### Mixin
0 commit comments