From ce252cca0de4642fee7ce1abe005fdaa1f3cce15 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Tue, 31 Jul 2012 11:52:10 -0400 Subject: [PATCH] need sbinary published against 2.10 (not in a repo yet) --- project/Util.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Util.scala b/project/Util.scala index 41c2308a4..90f0a0d8d 100644 --- a/project/Util.scala +++ b/project/Util.scala @@ -147,7 +147,7 @@ object Common lazy val ivy = lib("org.apache.ivy" % "ivy" % "2.3.0-rc1") lazy val httpclient = lib("commons-httpclient" % "commons-httpclient" % "3.1") lazy val jsch = lib("com.jcraft" % "jsch" % "0.1.46" intransitive() ) - lazy val sbinary = lib("org.scala-tools.sbinary" % "sbinary_2.9.0" % "0.4.0" ) + lazy val sbinary = lib("org.scala-tools.sbinary" % "sbinary_2.10" % "0.4.0" ) lazy val scalaCompiler = libraryDependencies <+= scalaVersion("org.scala-lang" % "scala-compiler" % _ ) } object Licensed