Skip to content

Commit

Permalink
Merge pull request #882 from mkurz/scala-steward_pins_v1
Browse files Browse the repository at this point in the history
Pin dependencies in Scala steward conf
  • Loading branch information
mkurz authored May 2, 2024
2 parents 4f5a456 + 8a8e89f commit 707d8a7
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 = "org.apache.pekko", artifactId="pekko-stream", version = "1.0." }
{ groupId = "org.apache.pekko", artifactId="pekko-http", version = "1.0." }
{ groupId = "org.apache.pekko", artifactId="pekko-stream", version = "1.0." },
{ groupId = "org.apache.pekko", artifactId="pekko-http", version = "1.0." },
{ groupId = "org.playframework", artifactId = "cachecontrol", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-json", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-netty-server", version = "3.0." },
{ 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 707d8a7

Please sign in to comment.