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-projection.git
commit 99ed97b9b3ec724c20bd7e397db5b083c4354507 Author: PJ Fanning <[email protected]> AuthorDate: Sat Jun 20 19:37:03 2026 +0100 Fix issue in .scala-steward.conf --- .scala-steward.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index b8b63bfd..77ac4462 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -9,7 +9,7 @@ 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." } + { groupId = "org.scala-sbt", artifactId = "sbt", version = "1." } ] updatePullRequests = "always" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
