Skip to content

Commit cea2657

Browse files
author
Alexandre Curreli
committed
Updated latest version in README
1 parent b22cdbc commit cea2657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ Scredis is compatible with Scala 2.9.x and 2.10.x. Binary releases are hosted on
2121
```scala
2222
resolvers += "Sonatype OSS Releases" at "https://oss.sonatype.org/content/repositories/releases/"
2323

24-
libraryDependencies ++= Seq("com.livestream" %% "scredis" % "1.1.1")
24+
libraryDependencies ++= Seq("com.livestream" %% "scredis" % "1.1.2")
2525
```
2626

2727
Snapshots are hosted on a separate repository.
2828

2929
```scala
3030
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
3131

32-
libraryDependencies ++= Seq("com.livestream" %% "scredis" % "1.1.1-SNAPSHOT")
32+
libraryDependencies ++= Seq("com.livestream" %% "scredis" % "1.1.3-SNAPSHOT")
3333
```
3434

3535
### Quick example

0 commit comments

Comments
 (0)