This is an automated email from the ASF dual-hosted git repository.
pjfanning 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 b4ec7711 Update .scala-steward.conf for version pins (#738)
b4ec7711 is described below
commit b4ec77114b6f7ca874fb8f88041e69bd32d2ff88
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jun 20 19:31:13 2026 +0100
Update .scala-steward.conf for version pins (#738)
* Update .scala-steward.conf for version pins
Removed outdated JGit version pin and added SBT version pin.
* Fix syntax error in .scala-steward.conf
---
.scala-steward.conf | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index d7338a4e..fd97c874 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -4,15 +4,10 @@ updates.ignore = [
]
updates.pin = [
-
- # https://github.com/akka/akka-grpc/issues/1506
- { groupId = "org.eclipse.jgit", artifactId = "org.eclipse.jgit", version =
"5." },
-
# Scala 3.3 is a LTS
{ groupId = "org.scala-lang", artifactId = "scala3-library", version =
"3.3." }
- # when we update to protobuf 4.x we probably need to update a bunch of
libraries
- # in tandem, and possibly schedule this for a major pekko-grpc release
- { groupId = "com.google.protobuf", version = "3." }
+ # we have too many build plugins that need 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]