Skip to content
Snippets Groups Projects
Commit 71c6ce95 authored by manas kashyap's avatar manas kashyap :speech_balloon:
Browse files

New upstream version 0.4.2-on-scala-2.11.0~M5

parent 7f56e0fd
No related branches found
No related tags found
1 merge request!1Master
...@@ -31,7 +31,7 @@ object SBinaryProject extends Build ...@@ -31,7 +31,7 @@ object SBinaryProject extends Build
def aux(nameString: String) = commonSettings ++ Seq( publish := (), name := nameString ) def aux(nameString: String) = commonSettings ++ Seq( publish := (), name := nameString )
def scalaXmlDep(scalaV: String): List[ModuleID] = def scalaXmlDep(scalaV: String): List[ModuleID] =
if(scalaV.startsWith("2.11.")) List("org.scala-lang" % "scala-xml" % scalaV) else Nil if(scalaV.startsWith("2.11.")) List("org.scala-lang.modules" %% "scala-xml" % "1.0-RC2") else Nil
/*** Templating **/ /*** Templating **/
......
sbt.version=0.12.4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment