mirror of https://github.com/sbt/sbt.git
build with 0.11.1
This commit is contained in:
parent
f3b9259463
commit
e1652a2867
|
|
@ -17,6 +17,7 @@ object Sxr
|
|||
managedClasspath <<= update map { _.matching( configurationFilter(sxrConf.name) ).classpath },
|
||||
scalacOptions <+= sourceDirectories map { "-P:sxr:base-directory:" + _.absString },
|
||||
scalacOptions <+= managedClasspath map { "-Xplugin:" + _.files.absString },
|
||||
scaladocOptions <<= scalacOptions,
|
||||
target <<= target in taskGlobal apply { _ / "browse" },
|
||||
sxr in taskGlobal <<= sxrTask
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
sbt.version=0.11.0
|
||||
sbt.version=0.11.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue