This is an automated email from the ASF dual-hosted git repository.
engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-sbt-paradox.git
The following commit(s) were added to refs/heads/main by this push:
new a535418 sbt 1.10.2 (#134)
a535418 is described below
commit a5354180e8681347994761e7de21b1513b4d0906
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Sep 23 13:58:56 2024 +0100
sbt 1.10.2 (#134)
---
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]