This is an automated email from the ASF dual-hosted git repository.

hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-http.git


The following commit(s) were added to refs/heads/main by this push:
     new b5e53b133 remove old scala steward settings (#640)
b5e53b133 is described below

commit b5e53b13367131e51c8ee92f0248ab24369720f5
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Dec 29 03:09:23 2024 +0100

    remove old scala steward settings (#640)
    
    * remove old scala steward settings
    
    * Update .scala-steward.conf
---
 .scala-steward.conf | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index c5f00eee4..fc73c1903 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -14,10 +14,8 @@ updates.pin = [
   # pin to jackson version used in pekko-core 
   { groupId = "com.fasterxml.jackson.core", version = "2.18." },
   { groupId = "com.fasterxml.jackson.dataformat", version = "2.18." },
-  # https://github.com/akka/akka-http/pull/3995#issuecomment-1009951997
-  { groupId = "org.scala-lang.modules", artifactId = "scala-xml", version = 
"1." },
-  # https://github.com/akka/akka-http/pull/3996#issuecomment-1009953070
-  { groupId = "org.specs2", artifactId = "specs2-core", version = "4.10." },
+  # 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." },
   # Pin sbt-paradox to v0.9.x because 0.10.x needs JDK 11


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to