This is an automated email from the ASF dual-hosted git repository.

pjfanning pushed a commit to branch sbt1
in repository 
https://gitbox.apache.org/repos/asf/pekko-grpc-quickstart-scala.g8.git

commit b8e321735784cbec68f886e0ec81703ba3dc1ced
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jul 18 22:25:35 2026 +0100

    sbt 1 needed in this repo
---
 .scala-steward.conf      | 6 ++++++
 project/build.properties | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/.scala-steward.conf b/.scala-steward.conf
new file mode 100644
index 0000000..9782b83
--- /dev/null
+++ b/.scala-steward.conf
@@ -0,0 +1,6 @@
+updates.pin = [
+  # we have too many build plugins that need sbt 1.x
+  { groupId = "org.scala-sbt", artifactId = "sbt", version = "1." }
+]
+
+updatePullRequests = "always"
diff --git a/project/build.properties b/project/build.properties
index 3e39c25..e544c4d 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=2.0.2
+sbt.version=1.12.14


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to