From 050f6d03899bcd238ba3c8cabe5d3e9bbfdbde2d Mon Sep 17 00:00:00 2001 From: Travis Brown Date: Fri, 28 Sep 2018 04:23:34 -0500 Subject: [PATCH 1/3] Update sbt and plugins --- project/build.properties | 2 +- project/plugins.sbt | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/project/build.properties b/project/build.properties index 31334bb..0cd8b07 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.1.1 +sbt.version=1.2.3 diff --git a/project/plugins.sbt b/project/plugins.sbt index c9eec7f..f6ab150 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,9 +1,9 @@ -addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.1.0") -addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.7") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0") +addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.1.1") +addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.9") +addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.9.2") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2") -addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3") +addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.2") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3") -addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.7.0") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.18") From e44fe8dfc5defef962a4e9ec95989f2816611878 Mon Sep 17 00:00:00 2001 From: Travis Brown Date: Fri, 28 Sep 2018 04:24:27 -0500 Subject: [PATCH 2/3] Update Scala 2.12 version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 44deaf5..d742bd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false scala: - 2.11.12 - - 2.12.4 + - 2.12.7 jdk: - oraclejdk8 From 2e46e38dcc8f70471cf2fc4dc189773558a366f9 Mon Sep 17 00:00:00 2001 From: Travis Brown Date: Fri, 28 Sep 2018 04:24:33 -0500 Subject: [PATCH 3/3] Update circe to 0.10.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6abfbea..d47f2a8 100644 --- a/build.sbt +++ b/build.sbt @@ -36,7 +36,7 @@ releaseProcess := { } val Versions = new { - val circe = "0.9.3" + val circe = "0.10.0" val config = "1.3.3" val discipline = "0.9.0" val scalaCheck = "1.13.5"