Skip to content

Commit 80c451c

Browse files
committed
Version changes, updates README
1 parent e8c486c commit 80c451c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A non blocking Redis client based on Akka I/O
1515

1616
```scala
1717
libraryDependencies ++= Seq(
18-
"net.debasishg" %% "redisreact" % "0.8"
18+
"net.debasishg" %% "redisreact" % "0.9"
1919
)
2020
```
2121

project/ScalaRedisProject.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ object ScalaRedisProject extends Build
99
lazy val commonSettings: Seq[Setting[_]] = Seq(
1010
organization := "net.debasishg",
1111
version := "0.9",
12-
scalaVersion := "2.11.7",
13-
crossScalaVersions := Seq("2.10.4", "2.11.7", "2.12.0"),
12+
scalaVersion := "2.11.8",
13+
crossScalaVersions := Seq("2.10.4", "2.11.8", "2.12.0"),
1414
scalacOptions := Seq("-deprecation", "-unchecked", "-feature", "-language:postfixOps"),
1515
resolvers ++= Seq(akkaRelease, akkaSnapshot, sprayJson)
1616
)

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.8
1+
sbt.version=0.13.12

0 commit comments

Comments
 (0)