From b92d82ba7964a7b5ae90f33b326d1652941c06ff Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Thu, 18 Jul 2013 18:13:57 -0400 Subject: [PATCH] bump to sbinary 0.4.2, which is the same as 0.4.1 but the 2.11 version has the right scala-xml metadata --- project/Util.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Util.scala b/project/Util.scala index 6e12d75a6..663bd2df5 100644 --- a/project/Util.scala +++ b/project/Util.scala @@ -160,7 +160,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" % "0.4.1" ) + lazy val sbinary = lib("org.scala-tools.sbinary" %% "sbinary" % "0.4.2" ) lazy val scalaCompiler = libraryDependencies <+= scalaVersion("org.scala-lang" % "scala-compiler" % _ ) lazy val testInterface = lib("org.scala-sbt" % "test-interface" % "1.0") def libModular(name: String) = libraryDependencies <++= (scalaVersion, scalaOrganization)( (sv,o) =>