aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Wright <kevin.wright@bradyplc.com>2018-01-26 15:46:04 +0000
committerKevin Wright <kevin.wright@bradyplc.com>2018-01-26 15:46:04 +0000
commitdbf2a7a68aff4a236acd4efccec5ec9d3eca5a93 (patch)
treef4f00b4f1fadc61881035fc065beb434976e22ef
parent4fe64bd5ba7bdc1ea0e29923b27463c62a3c4052 (diff)
downloadmagnolia-dbf2a7a68aff4a236acd4efccec5ec9d3eca5a93.tar.gz
magnolia-dbf2a7a68aff4a236acd4efccec5ec9d3eca5a93.tar.bz2
magnolia-dbf2a7a68aff4a236acd4efccec5ec9d3eca5a93.zip
Bumping SBT & plugin versions
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt4
2 files changed, 3 insertions, 3 deletions
diff --git a/project/build.properties b/project/build.properties
index 9abea12..8b697bb 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.0.3
+sbt.version=1.1.0
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 4a92b89..595dbcc 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,5 +1,5 @@
-addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0-M1")
-addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")
+addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
+addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.21")