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

Philippus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-management.git


The following commit(s) were added to refs/heads/main by this push:
     new f67300fc pin sbt 1.x (#845)
f67300fc is described below

commit f67300fca43119df6e4ac49d76394b765ba081a2
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jun 20 19:49:52 2026 +0100

    pin sbt 1.x (#845)
---
 .scala-steward.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index 7d61a15a..d84e0b42 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -1,6 +1,8 @@
 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." }
 ]
 
 updates.ignore = [


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

Reply via email to