Bump up to the latest sxr

This commit is contained in:
Eugene Yokota 2016-02-23 06:05:12 -05:00
parent 4f8aee3cdc
commit cb70228052
1 changed files with 1 additions and 1 deletions

View File

@ -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.4.0-SNAPSHOT" % sxrConf.name
libraryDependencies += "org.scala-sbt.sxr" % "sxr_2.10" % "0.4.0" % sxrConf.name
)
def inSxrSettings = Seq(
managedClasspath := update.value.matching(configurationFilter(sxrConf.name)).classpath,