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

pjfanning pushed a commit to branch pjfanning-patch-3
in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git

commit 06e093b6942cce35bc23af478e3ea117e556b642
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jun 20 18:56:21 2026 +0100

    Update .scala-steward.conf for version pins
    
    Removed outdated JGit version pin and added SBT version pin.
---
 .scala-steward.conf | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index d7338a4e..5e3b70d9 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]

Reply via email to