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.git
The following commit(s) were added to refs/heads/main by this push:
new 3424402ec1 pin sbt version entry in .scala-steward.conf (#3115)
3424402ec1 is described below
commit 3424402ec103f5b54eb4c00734d4a0e6c19ed18f
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jun 20 19:31:33 2026 +0100
pin sbt version entry in .scala-steward.conf (#3115)
* pin sbt version entry in .scala-steward.conf
* Fix syntax for sbt dependency in config
---
.scala-steward.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index 636eb45de4..b2c35d6ac0 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -5,6 +5,8 @@ updates.pin = [
{ groupId = "com.eed3si9n", artifactId = "sbt-assembly", version = "2.2." }
# agrona major+minor version should match the one brought in by aeron
{ groupId = "org.agrona", artifactId = "agrona", version = "2.4." }
+ # 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]