Skip to content

Commit

Permalink
Update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuckow committed Dec 12, 2018
1 parent 544db99 commit 27a2094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ We currently support Scala `2.11, 2.12`
<dependency>
<groupId>net.codingwell</groupId>
<artifactId>scala-guice_2.12</artifactId>
<version>4.2.1</version>
<version>4.2.2</version>
</dependency>
```

##### sbt:
```scala
"net.codingwell" %% "scala-guice" % "4.2.1"
"net.codingwell" %% "scala-guice" % "4.2.2"
```

##### gradle:
```groovy
'net.codingwell:scala-guice_2.12:4.2.1'
'net.codingwell:scala-guice_2.12:4.2.2'
```

### Mixin
Expand Down

0 comments on commit 27a2094

Please sign in to comment.