From 4f8aee3cdc48317deb15c3fd8a8971d17dee58aa Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Tue, 23 Feb 2016 04:38:42 -0500 Subject: [PATCH] New sxr is needed --- project/Sxr.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Sxr.scala b/project/Sxr.scala index 4fcc5fe91..921cd1373 100644 --- a/project/Sxr.scala +++ b/project/Sxr.scala @@ -10,7 +10,7 @@ object Sxr { lazy val settings: Seq[Setting[_]] = inTask(sxr)(inSxrSettings) ++ baseSettings def baseSettings = Seq( - libraryDependencies += "org.scala-sbt.sxr" % "sxr_2.10" % "0.3.0" % sxrConf.name + libraryDependencies += "org.scala-sbt.sxr" % "sxr_2.10" % "0.4.0-SNAPSHOT" % sxrConf.name ) def inSxrSettings = Seq( managedClasspath := update.value.matching(configurationFilter(sxrConf.name)).classpath,