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


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

commit ecafedb3695ed62dda5652bbff4e08563a614cb6
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Jun 18 18:47:15 2026 +0100

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

diff --git a/.scala-steward.conf b/.scala-steward.conf
index 66199e0d8..22e407b42 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -9,6 +9,8 @@ updates.pin  = [
   { groupId = "org.apache.activemq", version = "5." }
   # 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