aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-08-11 14:34:31 -0700
committerJakob Odersky <jakob@odersky.com>2017-08-26 16:08:18 -0700
commit3d2c3d07cab51ab0cb9cec5edfe14e3c37c8e68e (patch)
tree46bcacf2256464c3ba0b74c555fd7e91d5b87faa /project
parent1eb62d92fd638b129564dd910d68f4e291719220 (diff)
downloadsbt-jni-3d2c3d07cab51ab0cb9cec5edfe14e3c37c8e68e.tar.gz
sbt-jni-3d2c3d07cab51ab0cb9cec5edfe14e3c37c8e68e.tar.bz2
sbt-jni-3d2c3d07cab51ab0cb9cec5edfe14e3c37c8e68e.zip
Support sbt 1.0.0
Diffstat (limited to 'project')
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt5
2 files changed, 2 insertions, 5 deletions
diff --git a/project/build.properties b/project/build.properties
index 27e88aa..94005e5 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=0.13.13
+sbt.version=1.0.0
diff --git a/project/plugins.sbt b/project/plugins.sbt
index d57d693..97fc739 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,5 +1,2 @@
-// cross-compile subprojects with differing scala versions
-addSbtPlugin("com.eed3si9n" % "sbt-doge" % "0.1.5")
-
// testing for sbt plugins
-libraryDependencies += "org.scala-sbt" % "scripted-plugin" % sbtVersion.value
+libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value