File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ Scredis 2.x.x is compatible with Scala 2.10 and 2.11. Binary releases are hosted
3333``` scala
3434resolvers += " Sonatype OSS Releases" at " https://oss.sonatype.org/content/repositories/releases/"
3535
36- libraryDependencies += " com.livestream" %% " scredis" % " 2.0.5 "
36+ libraryDependencies += " com.livestream" %% " scredis" % " 2.0.6 "
3737```
3838
3939Snapshots are hosted on a separate repository.
4040
4141``` scala
4242resolvers += " Sonatype OSS Snapshots" at " https://oss.sonatype.org/content/repositories/snapshots/"
4343
44- libraryDependencies += " com.livestream" %% " scredis" % " 2.0.5 -SNAPSHOT"
44+ libraryDependencies += " com.livestream" %% " scredis" % " 2.0.6 -SNAPSHOT"
4545```
4646
4747### Quick example
You can’t perform that action at this time.
0 commit comments