mirror of https://github.com/sbt/sbt.git
Bump up to the latest sxr
This commit is contained in:
parent
4f8aee3cdc
commit
cb70228052
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue