From d8ce28ca0ef8eb8a78d57ffbaf6374d8ba6be0f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Bon=C3=A9r?= Date: Mon, 24 May 2010 12:30:37 +0200 Subject: [PATCH] Updated to JGroups 2.9.0.GA --- project/build/AkkaProject.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build/AkkaProject.scala b/project/build/AkkaProject.scala index 0ea1c70608..1756b412e6 100644 --- a/project/build/AkkaProject.scala +++ b/project/build/AkkaProject.scala @@ -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"