From 9ff54a4d596496c3cd08396cfa2fdad802f5940f Mon Sep 17 00:00:00 2001 From: Alexander Bezzubov Date: Tue, 9 Apr 2019 20:52:37 +0200 Subject: [PATCH] java: bump sbt version to latest 1.2.8 + plugings Othrewise build on newer JDK would fail ``` WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.apache.ivy.util.url.IvyAuthenticator (file:/home/travis/.sbt/launchers/0.13.16/sbt-launch.jar) to field java.net.Authenticator.theAuthenticator ``` Signed-off-by: Alexander Bezzubov --- java/project/build.properties | 2 +- java/project/plugins.sbt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/java/project/build.properties b/java/project/build.properties index 826c0bd9..7609b478 100644 --- a/java/project/build.properties +++ b/java/project/build.properties @@ -1 +1 @@ -sbt.version = 0.13.16 \ No newline at end of file +sbt.version = 1.2.8 \ No newline at end of file diff --git a/java/project/plugins.sbt b/java/project/plugins.sbt index b2783bce..3a88a4e7 100644 --- a/java/project/plugins.sbt +++ b/java/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0") -addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.5") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2-1") +addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")