Skip to content

Commit 29f3eb8

Browse files
committed
v4.2.9
1 parent c817b09 commit 29f3eb8

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1+
4.2.9
2+
-----
3+
2020-06-24
4+
5+
* Fix Mixins not resolving to the base types (as they did in 4.2.0)
6+
* Add `annotatedWith` that takes a class object
7+
* Fix `(=> Unit)` throwing an exception about being unable to find `<byname>`
8+
19
4.2.8
210
-----
311
2020-06-22
412

513
* Fix primative arrays
14+
* Fix Unit
615

716
4.2.7
817
-----

Diff for: README.md

+3-3
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.8</version>
17+
<version>4.2.9</version>
1818
</dependency>
1919
```
2020

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

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

3131
### Mixin

Diff for: build.sbt

+1-1
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.8"
7+
version := "4.2.9"
88

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

0 commit comments

Comments
 (0)