Skip to content

Commit

Permalink
v4.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuckow committed Jun 25, 2020
1 parent c817b09 commit 29f3eb8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
4.2.9
-----
2020-06-24

* Fix Mixins not resolving to the base types (as they did in 4.2.0)
* Add `annotatedWith` that takes a class object
* Fix `(=> Unit)` throwing an exception about being unable to find `<byname>`

4.2.8
-----
2020-06-22

* Fix primative arrays
* Fix Unit

4.2.7
-----
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ We currently support Scala `2.11, 2.12, 2.13`
<dependency>
<groupId>net.codingwell</groupId>
<artifactId>scala-guice_2.13</artifactId>
<version>4.2.8</version>
<version>4.2.9</version>
</dependency>
```

##### sbt:
```scala
"net.codingwell" %% "scala-guice" % "4.2.8"
"net.codingwell" %% "scala-guice" % "4.2.9"
```

##### gradle:
```groovy
'net.codingwell:scala-guice_2.13:4.2.8'
'net.codingwell:scala-guice_2.13:4.2.9'
```

### Mixin
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description := "Scala syntax for Guice"

organization := "net.codingwell"

version := "4.2.8"
version := "4.2.9"

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

Expand Down

0 comments on commit 29f3eb8

Please sign in to comment.