This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new 9b47965e sbt 1.11.7 (#532)
9b47965e is described below
commit 9b47965e21bff42b614154786daafe6d3ce40f25
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Oct 18 14:47:03 2025 +0100
sbt 1.11.7 (#532)
---
benchmark-java/project/build.properties | 2 +-
build.sbt | 2 +-
project/build.properties | 2 +-
3 files changed, 3 insertions(+), 3 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 7957450c..deb61295 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]