merged with upstream
This commit is contained in:
commit
84ee350dd0
7 changed files with 18 additions and 18 deletions
|
|
@ -328,8 +328,7 @@ class AkkaParent(info: ProjectInfo) extends AkkaDefaults(info) {
|
|||
}
|
||||
|
||||
class AkkaRedisProject(info: ProjectInfo) extends AkkaDefaults(info) {
|
||||
// val redis = "com.redis" % "redisclient" % "2.8.0.Beta1-1.2-SNAPSHOT" % "compile"
|
||||
val redis = "com.redis" % "redisclient" % "1.2" % "compile"
|
||||
val redis = "com.redis" % "redisclient" % "2.8.0.Beta1-1.2" % "compile"
|
||||
override def testOptions = TestFilter((name: String) => name.endsWith("Test")) :: Nil
|
||||
lazy val dist = deployTask(info, distPath) dependsOn(`package`, packageDocs, packageSrc) describedAs("Deploying")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue