From 8e44411e0943341a33b3059c85edaa18c61fd587 Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Wed, 16 Oct 2024 08:34:21 +0900 Subject: [PATCH] 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 27430827..0b699c30 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.6 +sbt.version=1.10.2 diff --git a/project/plugins.sbt b/project/plugins.sbt index 712bc37f..6b6596bb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ -addSbtPlugin("com.eed3si9n" % "sbt-nocomma" % "0.1.1") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") +addSbtPlugin("com.eed3si9n" % "sbt-nocomma" % "0.1.2") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") // resolvers += Resolver.sonatypeRepo("public") // comment this out for production otherwise chicken-egg will entail.