From f55b45c8ce7ad6f560e4e3761a2b1fcd9bc7193b Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Wed, 13 Mar 2019 10:23:25 +0100 Subject: [PATCH 1/2] Switch to sbt 1.2.8 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 0cd8b07..c0bab04 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.2.3 +sbt.version=1.2.8 From 8b141b0b1713c710089a2dd62b45b781db76a83f Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Wed, 13 Mar 2019 10:23:52 +0100 Subject: [PATCH 2/2] Switch to scala 2.12.8 --- .travis.yml | 2 +- build.sbt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2078390..07579df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ jobs: - scala: 2.11.12 before_install: - curl https://raw.githubusercontent.com/scala-native/scala-native/master/scripts/travis_setup.sh | bash -x - - scala: 2.12.6 + - scala: 2.12.8 - scala: 2.13.0-M5 # Release stable release on tag push and snapshot on merge to master diff --git a/build.sbt b/build.sbt index f2f248f..6ddeabf 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import OsgiKeys._ val scala210 = "2.10.7" val scala211 = "2.11.12" -val scala212 = "2.12.6" +val scala212 = "2.12.8" val scala213 = "2.13.0-M5" inThisBuild(List( @@ -22,7 +22,7 @@ inThisBuild(List( )) skip in publish := true -crossScalaVersions := List() // required for `++2.12.6 test` to ignore native project +crossScalaVersions := List() // required for `++2.12.8 test` to ignore native project def macroDependencies(version: String) = Seq(