Skip to content

Commit

Permalink
Merge pull request #881 from mkurz/scala-steward_pins_22x_v1
Browse files Browse the repository at this point in the history
[2.2.x] Pin dependencies in Scala steward conf
  • Loading branch information
mkurz authored May 2, 2024
2 parents 41580ba + eaf2030 commit 5064fc1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ pullRequests.grouping = [
]

updates.pin = [
{ groupId = "com.typesafe.akka", artifactId="akka-stream", version = "2.6." }
{ groupId = "com.typesafe.akka", artifactId="akka-http", version = "10.2." }
{ groupId = "com.typesafe.akka", artifactId="akka-stream", version = "2.6." },
{ groupId = "com.typesafe.akka", artifactId="akka-http", version = "10.2." },
{ groupId = "com.typesafe.play", artifactId = "cachecontrol", version = "2.3." },
{ groupId = "com.typesafe.play", artifactId = "play-json", version = "2.10." },
{ groupId = "com.typesafe.play", artifactId = "play-netty-server", version = "2.9." },
{ groupId = "org.specs2", version = "4.20." },
{ groupId = "com.eed3si9n", artifactId = "sbt-assembly", version = "2.1." },
{ groupId = "org.scala-lang.modules", artifactId = "scala-xml", version = "2.2." },
{ groupId = "org.scala-lang.modules", artifactId = "scala-xml_sjs1", version = "2.2." }
]

0 comments on commit 5064fc1

Please sign in to comment.