summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorKonrad `ktoso` Malawski <konrad.malawski@project13.pl>2018-04-25 01:12:00 +0900
committerGitHub <noreply@github.com>2018-04-25 01:12:00 +0900
commit8ea6d0564e1e7e106029bbb9f57a8a1990218e2d (patch)
tree9948a8bc4a3f519069357ce6d795ec7a861204da /project
parent216fae2a934719179a91d60de0a251dbe84682ea (diff)
parent7971295de81e5ee06fa1d9d8784b5c15c7fc6e9a (diff)
downloadspray-json-8ea6d0564e1e7e106029bbb9f57a8a1990218e2d.tar.gz
spray-json-8ea6d0564e1e7e106029bbb9f57a8a1990218e2d.tar.bz2
spray-json-8ea6d0564e1e7e106029bbb9f57a8a1990218e2d.zip
Merge pull request #244 from xuwei-k/sbt-1
sbt 1.1.2
Diffstat (limited to 'project')
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt6
2 files changed, 4 insertions, 4 deletions
diff --git a/project/build.properties b/project/build.properties
index c091b86..0531343 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=0.13.16
+sbt.version=1.1.2
diff --git a/project/plugins.sbt b/project/plugins.sbt
index b6edd90..b687503 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,7 +1,7 @@
-addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.5.9")
+addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")
-addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.7.0")
+addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.2")
-addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
+addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.18")