This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch sbt-1.10.2 in repository https://gitbox.apache.org/repos/asf/pekko-sbt-paradox.git
commit 539652b4bf4b13ced9c0ee72902724f49539859d Author: PJ Fanning <[email protected]> AuthorDate: Mon Sep 23 13:49:38 2024 +0100 sbt 1.10.2 --- project/build.properties | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/build.properties b/project/build.properties index ee4c672..0b699c3 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/project/plugins.sbt b/project/plugins.sbt index 95a2844..98c4d92 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -22,7 +22,7 @@ addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox" % "0.9.2").exclude("com.ty addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.5") // sbt-paradox[-theme] 0.9.2 depends on old sbt-web 1.4.x, but we want a newer version addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.11") +addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.12") addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.12") addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32") addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0") --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
