10000 readme · codingwell/scala-guice@84649f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 84649f5

Browse files
author
Russ Remple
committed
readme
1 parent 8ec9406 commit 84649f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ Getting Started
77
---------------
88

99
### Add dependency
10-
We currently support Scala `2.11, 2.12, 2.13`
10+
We currently support Scala `2.11`, `2.12`, `2.13`, and `3`
1111

1212
##### maven:
1313
```xml
1414
<dependency>
1515
<groupId>net.codingwell</groupId>
1616
<artifactId>scala-guice_2.13</artifactId>
17-
<version>5.1.0</version>
17+
<version>5.1.1</version>
1818
</dependency>
1919
```
2020

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

2626
##### gradle:
2727
```groovy
28-
'net.codingwell:scala-guice_2.13:5.1.0'
28+
'net.codingwell:scala-guice_2.13:5.1.1'
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 := "5.2.0"
7+
version := "5.1.1"
88
versionScheme := Some("pvp")
99

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

0 commit comments

Comments
 (0)
0