build with 0.11.1

This commit is contained in:
Mark Harrah 2011-11-09 18:30:35 -05:00
parent f3b9259463
commit e1652a2867
2 changed files with 2 additions and 1 deletions

View File

@ -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
)

View File

@ -1 +1 @@
sbt.version=0.11.0
sbt.version=0.11.1