Skip to content

Commit 0eb2baa

Browse files
committed
Upgraded version to 0.7
1 parent f9d1883 commit 0eb2baa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.6"
18+
"net.debasishg" %% "redisreact" % "0.7"
1919
)
2020
```
2121

project/ScalaRedisProject.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object ScalaRedisProject extends Build
88

99
lazy val commonSettings: Seq[Setting[_]] = Seq(
1010
organization := "net.debasishg",
11-
version := "0.6",
11+
version := "0.7",
1212
scalaVersion := "2.10.4",
1313
crossScalaVersions := Seq("2.10.4", "2.11.2"),
1414
scalacOptions := Seq("-deprecation", "-unchecked", "-feature", "-language:postfixOps"),

0 commit comments

Comments
 (0)