This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko-http.git
commit d6309a0d313e18ac496f3007fd4575a784c2e06f Author: PJ Fanning <[email protected]> AuthorDate: Thu Sep 11 15:03:44 2025 +0100 Update .scala-steward.conf to remove version pins Removed pinned versions for specs2 and caffeine. --- .scala-steward.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index 36539f4d4..89287027a 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -11,10 +11,6 @@ updates.ignore = [ ] updates.pin = [ - # specs2 v5 needs newer java version - { groupId = "org.specs2", artifactId = "specs2-core", version = "4." }, - # https://github.com/akka/akka-http/pull/4080#issuecomment-1074853622 - { groupId = "com.github.ben-manes.caffeine", artifactId = "caffeine", version = "2.9." }, # Scala 3.3 is a LTS { groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." } ] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
