From a1fd6deb7566a5147fa1475138f1675a129470ba Mon Sep 17 00:00:00 2001 From: Nicolas Rinaudo Date: Wed, 25 Oct 2017 11:17:09 +0200 Subject: [PATCH] Upgrade to Scala 2.12.4 (and other dependencies) --- .travis.yml | 2 +- project/Versions.scala | 6 +++--- project/plugins.sbt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 95403594..13536ae7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ jdk: - oraclejdk8 matrix: include: - - scala: 2.12.2 + - scala: 2.12.4 jdk: oraclejdk8 script: - sbt ++$TRAVIS_SCALA_VERSION validate diff --git a/project/Versions.scala b/project/Versions.scala index bdca1f6d..a5dd4c81 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -1,14 +1,14 @@ object Versions { val cats = "0.9.0" - val commonsIo = "2.5" + val commonsIo = "2.6" val discipline = "0.8" val imp = "0.3.0" - val jodaConvert = "1.8.3" + val jodaConvert = "1.9.2" val joda = "2.9.9" val refined = "0.8.4" val scalacheck = "1.13.5" val scalacheckShapeless = "1.1.7" val scalatest = "3.0.4" - val scalaz = "7.2.15" + val scalaz = "7.2.16" val shapeless = "2.3.2" } diff --git a/project/plugins.sbt b/project/plugins.sbt index 025b6230..3ac5702c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("com.nrinaudo" % "kantan.sbt-boilerplate" % "1.5.3") -addSbtPlugin("com.nrinaudo" % "kantan.sbt-kantan" % "1.5.3") +addSbtPlugin("com.nrinaudo" % "kantan.sbt-boilerplate" % "1.6.0") +addSbtPlugin("com.nrinaudo" % "kantan.sbt-kantan" % "1.6.0")