summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2017-07-27 19:56:40 -0700
committerSeth Tisue <seth@tisue.net>2017-09-14 13:16:41 -0700
commit7089839dcfc1c91f195a4b1dcc6d7b60e40b210c (patch)
treee38509ffd689d673546f17f2a875cee5a583c3a4 /project
parent8a421f066e99359a3d6fa4cd64cded206376d264 (diff)
downloadspray-json-7089839dcfc1c91f195a4b1dcc6d7b60e40b210c.tar.gz
spray-json-7089839dcfc1c91f195a4b1dcc6d7b60e40b210c.tar.bz2
spray-json-7089839dcfc1c91f195a4b1dcc6d7b60e40b210c.zip
replace pimp with 'rich', 'enrich', 'extension method'
and: * add MiMa so we know the change is binary compatible * use current Scala & sbt versions
Diffstat (limited to 'project')
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt4
2 files changed, 4 insertions, 2 deletions
diff --git a/project/build.properties b/project/build.properties
index 817bc38..c091b86 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=0.13.9
+sbt.version=0.13.16
diff --git a/project/plugins.sbt b/project/plugins.sbt
index b2c7588..b6edd90 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -2,4 +2,6 @@ addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.5.9")
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.7.0")
-addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0") \ No newline at end of file
+addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
+
+addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.18")