Update to the latest community build.
This commit is contained in:
parent
1fc48ead9d
commit
2893b0f467
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ object AkkaBuild extends Build {
|
||||||
shellPrompt := { s => Project.extract(s).currentProject.id + " > " },
|
shellPrompt := { s => Project.extract(s).currentProject.id + " > " },
|
||||||
resolvers <<= (resolvers, scalaVersion) apply {
|
resolvers <<= (resolvers, scalaVersion) apply {
|
||||||
case (res, "2.10.0-SNAPSHOT") =>
|
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, _) =>
|
case (res, _) =>
|
||||||
res
|
res
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue