diff --git a/project/Sxr.scala b/project/Sxr.scala index bacf85fd3..e7d01eb76 100644 --- a/project/Sxr.scala +++ b/project/Sxr.scala @@ -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 ) diff --git a/project/build.properties b/project/build.properties index f2ccdfa37..fdb94e61f 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.11.0 +sbt.version=0.11.1