aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@driver.xyz>2018-09-17 12:08:10 -0700
committerJakob Odersky <jakob@driver.xyz>2018-09-17 12:08:32 -0700
commit119142ea2d7462c92cdfb2c189441ad3266294de (patch)
tree3224cd23000ac050097a324ff63533ac9c5603c7
parentba368ef9e71249fe413d6d26751e91f51e636224 (diff)
downloadsbt-settings-119142ea2d7462c92cdfb2c189441ad3266294de.tar.gz
sbt-settings-119142ea2d7462c92cdfb2c189441ad3266294de.tar.bz2
sbt-settings-119142ea2d7462c92cdfb2c189441ad3266294de.zip
Upgrade sbt to version 1.2.3
-rw-r--r--build.sbt2
-rw-r--r--project/build.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 60a922c..7ece557 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,4 +1,4 @@
-sbtPlugin := true
+enablePlugins(SbtPlugin)
name := "sbt-settings"
scalaVersion := "2.12.6"
diff --git a/project/build.properties b/project/build.properties
index d6e3507..0cd8b07 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.1.6
+sbt.version=1.2.3