mirror of https://github.com/sbt/sbt.git
New sxr is needed
This commit is contained in:
parent
4775368d07
commit
4f8aee3cdc
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue