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 4351d96f Update sbt, scripted-plugin to 1.11.6 (#499)
4351d96f is described below
commit 4351d96f39f3ce014e8e1478c7691ee0b1cc75f5
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 7 02:02:47 2025 +0100
Update sbt, scripted-plugin to 1.11.6 (#499)
* Update sbt, scripted-plugin to 1.11.6
* Update build.sbt
---------
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <[email protected]>
---
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 e480c675..5e6884d3 100644
--- a/benchmark-java/project/build.properties
+++ b/benchmark-java/project/build.properties
@@ -1 +1 @@
-sbt.version=1.11.5
+sbt.version=1.11.6
diff --git a/build.sbt b/build.sbt
index f422062a..61f2c692 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.5",
+ scriptedSbt := "1.11.6",
scriptedBufferLog := false)
.settings(
crossScalaVersions := Dependencies.Versions.CrossScalaForPlugin,
diff --git a/project/build.properties b/project/build.properties
index e480c675..5e6884d3 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.11.5
+sbt.version=1.11.6
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]