This is an automated email from the ASF dual-hosted git repository. pjfanning pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit 3b21add0a1587d01074d860607814989fe5df008 Author: PJ Fanning <[email protected]> AuthorDate: Sat Jun 20 18:52:08 2026 +0100 pin sbt version entry in .scala-steward.conf --- .scala-steward.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index 636eb45de4..b2091d141e 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]
