From aa5d87766613d21aca39227232cfa2f9d810f583 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 14 Feb 2019 14:32:33 -0800 Subject: [PATCH 1/2] sbt 0.13.18 (was 0.13.17) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 133a8f1..8e682c5 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.17 +sbt.version=0.13.18 From ddde0619030d240a222008b61b2fb91d1ce49fa6 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 14 Feb 2019 14:32:59 -0800 Subject: [PATCH 2/2] Scala 2.12.8 (was 2.12.6) --- .travis.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9d271a6..713eac5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ scala: # no 2.13 for now in cross-build because of # https://github.com/scala/scala-java8-compat/issues/97 - 2.11.12 - - 2.12.6 + - 2.12.8 env: global: diff --git a/build.sbt b/build.sbt index 8b06540..04afc19 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import ScalaModulePlugin._ // no 2.13 for now in cross-build because of // https://github.com/scala/scala-java8-compat/issues/97 -crossScalaVersions in ThisBuild := List("2.12.6", "2.11.12") +crossScalaVersions in ThisBuild := List("2.12.8", "2.11.12") val disableDocs = sys.props("nodocs") == "true"