From f907933d81b3c1db49b5f0642d08782f11cf5482 Mon Sep 17 00:00:00 2001 From: Alex Berezovskiy Date: Sun, 29 Sep 2019 17:46:42 +0300 Subject: [PATCH 1/3] Update sbt and plugins --- project/build.properties | 2 +- project/plugins.sbt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/project/build.properties b/project/build.properties index dca663d..218101f 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.2.8 +sbt.version = 1.3.2 diff --git a/project/plugins.sbt b/project/plugins.sbt index f7cee7b..55450ce 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11") -addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.1.3") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.5") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.28") -addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0") +addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.7") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.29") +addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1") From c61ca3783f6e4b697221d5a07ed744876bf979e3 Mon Sep 17 00:00:00 2001 From: Alex Berezovskiy Date: Sun, 29 Sep 2019 17:47:06 +0300 Subject: [PATCH 2/3] Update Scala 2.13 to 2.13.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9e17cde..7f34275 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: scala scala: - 2.11.12 - 2.12.8 - - 2.13.0 + - 2.13.1 jdk: - openjdk8 From 9a38f2577d6fa2da50909488d9bbdcf061b1730e Mon Sep 17 00:00:00 2001 From: Alex Berezovskiy Date: Sun, 29 Sep 2019 17:47:36 +0300 Subject: [PATCH 3/3] Update Scala 2.12 to 2.12.10 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7f34275..886dfd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: scala scala: - 2.11.12 - - 2.12.8 + - 2.12.10 - 2.13.1 jdk: