Updated to JGroups 2.9.0.GA
This commit is contained in:
parent
39a9bef0d1
commit
d8ce28ca0e
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ class AkkaParent(info: ProjectInfo) extends DefaultProject(info) {
|
|||
val aopalliance = "aopalliance" % "aopalliance" % "1.0" % "compile"
|
||||
val protobuf = "com.google.protobuf" % "protobuf-java" % "2.2.0" % "compile"
|
||||
val multiverse = "org.multiverse" % "multiverse-alpha" % "0.5" % "compile"
|
||||
val jgroups = "jgroups" % "jgroups" % "2.8.0.CR7" % "compile"
|
||||
val jgroups = "jgroups" % "jgroups" % "2.9.0.GA" % "compile"
|
||||
|
||||
// testing
|
||||
val scalatest = "org.scalatest" % "scalatest" % SCALATEST_VERSION % "test"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue