This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.2.x
in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git
The following commit(s) were added to refs/heads/1.2.x by this push:
new 2c8f68ba update sbt and sbt-source-dist for 1.2.0 release (#530)
2c8f68ba is described below
commit 2c8f68ba169fad1dd2670a803c49d729791bd4d6
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Oct 18 12:59:41 2025 +0100
update sbt and sbt-source-dist for 1.2.0 release (#530)
* update sbt and sbt-source-dist for 1.2.0 release
* sbt 1.11.7
---
benchmark-java/project/build.properties | 2 +-
build.sbt | 2 +-
project/build.properties | 2 +-
project/plugins.sbt | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/benchmark-java/project/build.properties
b/benchmark-java/project/build.properties
index 5e6884d3..01a16ed1 100644
--- a/benchmark-java/project/build.properties
+++ b/benchmark-java/project/build.properties
@@ -1 +1 @@
-sbt.version=1.11.6
+sbt.version=1.11.7
diff --git a/build.sbt b/build.sbt
index 61f2c692..aca26929 100644
--- a/build.sbt
+++ b/build.sbt
@@ -180,7 +180,7 @@ lazy val sbtPlugin = Project(id = "sbt-plugin", base =
file("sbt-plugin"))
val p3 = (runtime / publishLocal).value
val p4 = (interopTests / publishLocal).value
},
- scriptedSbt := "1.11.6",
+ scriptedSbt := "1.11.7",
scriptedBufferLog := false)
.settings(
crossScalaVersions := Dependencies.Versions.CrossScalaForPlugin,
diff --git a/project/build.properties b/project/build.properties
index 5e6884d3..01a16ed1 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.11.6
+sbt.version=1.11.7
diff --git a/project/plugins.sbt b/project/plugins.sbt
index d71f803c..4a3bd6c0 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -26,7 +26,7 @@ addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.5")
-addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.12")
+addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.13")
addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.7.0")
addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]