From e419f3626b52dd895e6f3c0b984cf71dbc1701c2 Mon Sep 17 00:00:00 2001 From: Piotr Przybylski Date: Fri, 17 Nov 2023 12:13:50 +0100 Subject: [PATCH] Update sbt to 1.9.7 --- project/build.properties | 2 +- project/plugins.sbt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project/build.properties b/project/build.properties index f344c14..b19d4e1 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.8.2 +sbt.version = 1.9.7 diff --git a/project/plugins.sbt b/project/plugins.sbt index 4b5e596..3a6596d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.18") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") \ No newline at end of file +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.4") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")