Skip to content

Commit

Permalink
Merge pull request #12619 from mkurz/scala-steward_more_pins
Browse files Browse the repository at this point in the history
[2.8.x] Pin more deps in scala steward config
  • Loading branch information
mkurz committed May 6, 2024
2 parents e9dce8d + ad1f229 commit 8b2d671
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/scala-steward.conf
Expand Up @@ -48,6 +48,15 @@ updates.pin = [
// Spring 6 requires Java 17
{ groupId = "org.springframework", artifactId = "spring-core", version = "5.2." },
// We don't upgrade following libraries anymore in Play 2.8
{ groupId = "org.scala-lang.modules", artifactId = "scala-parser-combinators", version = "1.1.2." },
{ groupId = "org.scala-lang.modules", artifactId = "scala-xml", version = "1.3.1." },
{ groupId = "org.scalacheck", artifactId = "scalacheck", version = "1.14.3." },
{ groupId = "com.typesafe.play", artifactId = "twirl-api", version = "1.5.1." },
{ groupId = "com.typesafe.sbt", artifactId = "sbt-twirl", version = "1.5.1." },
{ groupId = "org.scala-lang", artifactId = "scala-library", version = "2.12.16." },
{ groupId = "org.scala-lang", artifactId = "scala-reflect", version = "2.12.16." },
{ groupId = "org.scala-lang", artifactId = "scala-library", version = "2.13.10." },
{ groupId = "org.scala-lang", artifactId = "scala-reflect", version = "2.13.10." },
{ groupId = "ch.qos.logback", artifactId = "logback-classic", version = "1.2." },
{ groupId = "com.typesafe.netty", artifactId = "netty-reactive-streams-http", version = "2.0." },
{ groupId = "com.typesafe.play", artifactId = "play-json", version = "2.8." },
Expand Down

0 comments on commit 8b2d671

Please sign in to comment.