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-persistence-dynamodb.git
commit 87d251206d0f9b4c2121cb6831221ee2705466fe Author: PJ Fanning <[email protected]> AuthorDate: Sat Jun 20 19:12:00 2026 +0100 pin sbt in .scala-steward.conf --- .scala-steward.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index 440df0c..c355745 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -4,6 +4,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]
