summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes.rudolph@gmail.com>2018-07-10 17:07:09 +0200
committerJohannes Rudolph <johannes.rudolph@gmail.com>2018-08-07 11:30:08 +0200
commitae92f850bbc1aed932b4218f5e9c3eeb7609fd60 (patch)
tree14598a1ebad4555ffbd0c6d5af075a812347c713
parent7b0d5d802838aa5e0676cf587344287ed247b387 (diff)
downloadspray-json-ae92f850bbc1aed932b4218f5e9c3eeb7609fd60.tar.gz
spray-json-ae92f850bbc1aed932b4218f5e9c3eeb7609fd60.tar.bz2
spray-json-ae92f850bbc1aed932b4218f5e9c3eeb7609fd60.zip
Upgrade dependency versions
sbt 1.2.0 Scala 2.12.6 specs2 4.3.2 scalacheck 1.14.0 sbt plugin updates
-rw-r--r--build.sbt6
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt6
3 files changed, 7 insertions, 7 deletions
diff --git a/build.sbt b/build.sbt
index 570b125..eeda968 100644
--- a/build.sbt
+++ b/build.sbt
@@ -37,9 +37,9 @@ libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match {
"org.scalacheck" %% "scalacheck" % "1.13.4" % "test"
)
case Some((2, n)) if n >= 11 => Seq(
- "org.specs2" %% "specs2-core" % "4.0.2" % "test",
- "org.specs2" %% "specs2-scalacheck" % "4.0.2" % "test",
- "org.scalacheck" %% "scalacheck" % "1.13.5" % "test"
+ "org.specs2" %% "specs2-core" % "4.3.2" % "test",
+ "org.specs2" %% "specs2-scalacheck" % "4.3.2" % "test",
+ "org.scalacheck" %% "scalacheck" % "1.14.0" % "test"
)
case _ => Nil
})
diff --git a/project/build.properties b/project/build.properties
index d6e3507..f59579f 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.1.6
+sbt.version=1.2.0
diff --git a/project/plugins.sbt b/project/plugins.sbt
index b687503..ed1a250 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,7 +1,7 @@
addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")
-addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.2")
+addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.4")
-addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
+addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
-addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.18")
+addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0")