Skip to content

Commit

Permalink
remove old scala steward settings (#640)
Browse files Browse the repository at this point in the history
* remove old scala steward settings

* Update .scala-steward.conf
  • Loading branch information
pjfanning authored Dec 29, 2024
1 parent 71143e5 commit b5e53b1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5e53b1

Please sign in to comment.