From 2893b0f4671c3c49ff3b84f3d46cfefd15a2e8c1 Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Thu, 20 Sep 2012 10:22:52 +0200 Subject: [PATCH] Update to the latest community build. --- project/AkkaBuild.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/AkkaBuild.scala b/project/AkkaBuild.scala index 895f21ed5a..2bbf27f3d2 100644 --- a/project/AkkaBuild.scala +++ b/project/AkkaBuild.scala @@ -356,7 +356,7 @@ object AkkaBuild extends Build { shellPrompt := { s => Project.extract(s).currentProject.id + " > " }, resolvers <<= (resolvers, scalaVersion) apply { case (res, "2.10.0-SNAPSHOT") => - res :+ ("Scala Community 2.10.0-SNAPSHOT" at "https://scala-webapps.epfl.ch/jenkins/job/community-nightly/ws/target/repositories/8e83577d99af1d718fe369c4a4ee92737b9cf669") + res :+ ("Scala Community 2.10.0-SNAPSHOT" at "https://scala-webapps.epfl.ch/jenkins/job/community-nightly/ws/target/repositories/fc24ea43b17664f020e43379e800c34be09700bd") case (res, _) => res }