This is an automated email from the ASF dual-hosted git repository.
He-Pin 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 9185fffd Update sbt, scripted-plugin to 1.12.13 (#745)
9185fffd is described below
commit 9185fffd4c5bc3c1b989d91ee5eacd001cb37ef0
Author: Scala Steward <[email protected]>
AuthorDate: Mon Jun 22 16:59:53 2026 +0200
Update sbt, scripted-plugin to 1.12.13 (#745)
* Update sbt, scripted-plugin to 1.12.13
* Update build.sbt
---------
Co-authored-by: PJ Fanning <[email protected]>
---
benchmark-java/project/build.properties | 2 +-
build.sbt | 4 ++--
project/build.properties | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/benchmark-java/project/build.properties
b/benchmark-java/project/build.properties
index 7c1916d0..7c95fc19 100644
--- a/benchmark-java/project/build.properties
+++ b/benchmark-java/project/build.properties
@@ -1 +1 @@
-sbt.version=1.12.12
+sbt.version=1.12.13
diff --git a/build.sbt b/build.sbt
index aff71d93..5570d185 100644
--- a/build.sbt
+++ b/build.sbt
@@ -172,8 +172,8 @@ lazy val sbtPlugin = Project(id = "sbt-plugin", base =
file("sbt-plugin"))
name := s"$pekkoPrefix-sbt-plugin",
pluginCrossBuild / sbtVersion := {
scalaBinaryVersion.value match {
- case "2.12" => "1.12.11"
- case _ => "2.0.0-RC13"
+ case "2.12" => "1.12.13"
+ case _ => "2.0.0"
}
},
/** And for scripted tests: */
diff --git a/project/build.properties b/project/build.properties
index 7c1916d0..7c95fc19 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.12.12
+sbt.version=1.12.13
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]