Skip to content

Commit eb461ec

Browse files
committed
v4.2.11
1 parent 200d1e7 commit eb461ec

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
4.2.11
2+
------
3+
2020-07-12
4+
5+
* Resolve inability to find owner causing nested class to not be bindable
6+
17
4.2.10
28
------
39
2020-06-29

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ We currently support Scala `2.11, 2.12, 2.13`
1414
<dependency>
1515
<groupId>net.codingwell</groupId>
1616
<artifactId>scala-guice_2.13</artifactId>
17-
<version>4.2.10</version>
17+
<version>4.2.11</version>
1818
</dependency>
1919
```
2020

2121
##### sbt:
2222
```scala
23-
"net.codingwell" %% "scala-guice" % "4.2.10"
23+
"net.codingwell" %% "scala-guice" % "4.2.11"
2424
```
2525

2626
##### gradle:
2727
```groovy
28-
'net.codingwell:scala-guice_2.13:4.2.10'
28+
'net.codingwell:scala-guice_2.13:4.2.11'
2929
```
3030

3131
### Mixin

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description := "Scala syntax for Guice"
44

55
organization := "net.codingwell"
66

7-
version := "4.2.10"
7+
version := "4.2.11"
88

99
licenses := Seq("Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt"))
1010

0 commit comments

Comments
 (0)