This is an automated email from the ASF dual-hosted git repository.
raboof pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/pekko-grpc-quickstart-java.g8.git
The following commit(s) were added to refs/heads/main by this push:
new 2a79b8a chore: pin sbt to 1.x (#51)
2a79b8a is described below
commit 2a79b8a22af31ba7aa26d30da9070045141bc9ba
Author: Arnout Engelen <[email protected]>
AuthorDate: Sun Aug 30 12:57:43 2026 +0200
chore: pin sbt to 1.x (#51)
since pekko-grpc 1.x requires sbt 1.x
---
.scala-steward.conf | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.scala-steward.conf b/.scala-steward.conf
new file mode 100644
index 0000000..2ab05e0
--- /dev/null
+++ b/.scala-steward.conf
@@ -0,0 +1,6 @@
+updates.pin = [
+ # sbt-pekko-grpc 1.x still requires sbt 1.x
+ { groupId = "org.scala-sbt", artifactId = "sbt", version = "1." }
+]
+
+updatePullRequests = "always"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]