From 75e0321d0fb8faa1fdb4055a86e5d258af23594b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Antonsson?= Date: Mon, 13 May 2013 07:47:19 +0200 Subject: [PATCH] Upgrade ScalaBuff to 1.2.0 --- project/AkkaBuild.scala | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/project/AkkaBuild.scala b/project/AkkaBuild.scala index 162c35afee..6f3dfce3b6 100644 --- a/project/AkkaBuild.scala +++ b/project/AkkaBuild.scala @@ -183,7 +183,7 @@ object AkkaBuild extends Build { dependencies = Seq(remote, remoteTests % "test->test" , testkit % "test->test"), settings = defaultSettings ++ scaladocSettings ++ javadocSettings ++ multiJvmSettings ++ OSGi.cluster ++ experimentalSettings ++ scalabuffSettings ++ Seq( - scalabuffVersion in ScalaBuff := "1.2.0-SNAPSHOT", + scalabuffVersion in ScalaBuff := "1.2.0", libraryDependencies ++= Dependencies.cluster, // disable parallel tests parallelExecution in Test := false, @@ -628,8 +628,6 @@ object AkkaBuild extends Build { } lazy val defaultSettings = baseSettings ++ formatSettings ++ mimaSettings ++ lsSettings ++ Seq( - // this is only needed while we use the ScalaBuff SNAPSHOT version - resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots", // compile options scalacOptions in Compile ++= Seq("-encoding", "UTF-8", "-target:jvm-1.6", "-deprecation", "-feature", "-unchecked", "-Xlog-reflective-calls", "-Xlint"), javacOptions in Compile ++= Seq("-encoding", "UTF-8", "-source", "1.6", "-target", "1.6", "-Xlint:unchecked", "-Xlint:deprecation"),