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-http.git


The following commit(s) were added to refs/heads/main by this push:
     new 9d9d37835 pin sbt in .scala-steward.conf (#1080)
9d9d37835 is described below

commit 9d9d37835aeef31aa47fc40113414ce8e4e0020f
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jun 20 19:31:22 2026 +0100

    pin sbt in .scala-steward.conf (#1080)
    
    * pin sbt in .scala-steward.conf
    
    * Update .scala-steward.conf
---
 .scala-steward.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index b85d241e7..45b615684 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -15,6 +15,8 @@ updates.ignore = [
 updates.pin = [
   # Scala 3.3 is a LTS
   { groupId = "org.scala-lang", artifactId = "scala3-library", version = 
"3.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