This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch sbt-up in repository https://gitbox.apache.org/repos/asf/pekko-sbt-paradox.git
commit c59111c3aad5991b7f4776195c71cd60f9d778c0 Author: PJ Fanning <pjfann...@users.noreply.github.com> AuthorDate: Mon Jul 28 23:27:30 2025 +0100 upgrade sbt and plugins --- project/build.properties | 3 ++- project/plugins.sbt | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/project/build.properties b/project/build.properties index 73df629..138bc7a 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1,2 @@ -sbt.version=1.10.7 +sbt.version=1.11.3 + diff --git a/project/plugins.sbt b/project/plugins.sbt index 05b3eb9..3d6c1ad 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -20,9 +20,9 @@ addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-theme" % "0.9.2").exclude("com.typesafe.sbt", "sbt-web")) addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox" % "0.9.2").exclude("com.typesafe.sbt", "sbt-web")) 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("com.github.sbt" % "sbt-dynver" % "5.1.1") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5") 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.24.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.25.0") --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pekko.apache.org For additional commands, e-mail: commits-h...@pekko.apache.org