summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorPhilippus Baalman <philippus@gmail.com>2019-04-15 14:21:25 +0200
committerArnout Engelen <github@bzzt.net>2019-04-15 12:21:25 +0000
commita2e667e99a0e11cb624e9e887109d755bf4d66e9 (patch)
tree4865e7a6f06643b6d2e5a7f864a08c477d00b00e /project
parent0b893f26ed2fd71649389e7eccc7bba6f1507946 (diff)
downloadspray-json-a2e667e99a0e11cb624e9e887109d755bf4d66e9.tar.gz
spray-json-a2e667e99a0e11cb624e9e887109d755bf4d66e9.tar.bz2
spray-json-a2e667e99a0e11cb624e9e887109d755bf4d66e9.zip
Update scala 2.13.0-M5 to 2.13.0-RC1 (#294)
* Update specs2 to 4.5.1 * Update scala 2.13.0-M5 to 2.13.0-RC1 * Replace deprecated unicode arrows * Replace deprecated symbol literals * Update scala 2.12.7 to 2.12.8 * Update sbt to 1.2.8 * Update sbt-osgi to 0.9.5 * Update dependencies for scala 2.10.x
Diffstat (limited to 'project')
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt2
2 files changed, 2 insertions, 2 deletions
diff --git a/project/build.properties b/project/build.properties
index 7c58a83..c0bab04 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.2.6
+sbt.version=1.2.8
diff --git a/project/plugins.sbt b/project/plugins.sbt
index ed1a250..41badc2 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,6 +1,6 @@
addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")
-addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.4")
+addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.5")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")