Skip to content

Commit

Permalink
v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuckow committed May 22, 2021
1 parent 7ac471b commit d4ce873
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
5.0.1
-----
2021-05-22

* Fix not being able to bind a generic containing the Nothing type

5.0.0
-----
2021-03-08
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>5.0.0</version>
<version>5.0.1</version>
</dependency>
```

##### sbt:
```scala
"net.codingwell" %% "scala-guice" % "5.0.0"
"net.codingwell" %% "scala-guice" % "5.0.1"
```

##### gradle:
```groovy
'net.codingwell:scala-guice_2.13:5.0.0'
'net.codingwell:scala-guice_2.13:5.0.1'
```

### 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 := "5.0.0"
version := "5.0.1"

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

Expand Down

0 comments on commit d4ce873

Please sign in to comment.