Skip to content

Commit

Permalink
project file updated for redisclient for 2.8.0.RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
Debasish Ghosh committed May 28, 2010
1 parent 445742a commit 31a588f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build/AkkaProject.scala
Expand Up @@ -222,7 +222,7 @@ class AkkaParent(info: ProjectInfo) extends DefaultProject(info) {
}

class AkkaRedisProject(info: ProjectInfo) extends AkkaDefaultProject(info, distPath) {
val redis = "com.redis" % "redisclient" % "2.8.0.RC2-1.4-SNAPSHOT" % "compile"
val redis = "com.redis" % "redisclient" % "2.8.0.RC3-1.4-SNAPSHOT" % "compile"
override def testOptions = TestFilter((name: String) => name.endsWith("Test")) :: Nil
}

Expand Down

0 comments on commit 31a588f

Please sign in to comment.