File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Scredis is an advanced [Redis](http://redis.io) client entirely written in Scala
66* [ Scaladoc] ( http://livestream.github.io/scredis/api/snapshot/ )
77
88## Features
9- * Supports all Redis 2.6.x commands
9+ * Supports all Redis commands up to v2.8.x
1010* Native Scala types and customizable parsing
1111* Asynchronous and synchronous commands processing
1212* Transactions, pipelining and configurable automatic pipelining
@@ -21,7 +21,7 @@ Scredis is compatible with Scala 2.9.x and 2.10.x. Binary releases are hosted on
2121``` scala
2222resolvers += " Sonatype OSS Releases" at " https://oss.sonatype.org/content/repositories/releases/"
2323
24- libraryDependencies ++= Seq (" com.livestream" %% " scredis" % " 1.0.1 " )
24+ libraryDependencies ++= Seq (" com.livestream" %% " scredis" % " 1.1.0 " )
2525```
2626
2727Snapshots are hosted on a separate repository.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ organization := "com.livestream"
66
77name := " scredis"
88
9- version := " 1.1.0-SNAPSHOT "
9+ version := " 1.1.0"
1010
1111scalaVersion := " 2.10.3"
1212
You can’t perform that action at this time.
0 commit comments