summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")