Skip to content

Commit

Permalink
Merge pull request #782 from mkurz/scala-steward_pins_v2
Browse files Browse the repository at this point in the history
More scala-steward pins
  • Loading branch information
mkurz authored May 2, 2024
2 parents 77a0c44 + 1a38ef1 commit 0e882ca
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ buildRoots = [
updates.pin = [
{ groupId = "org.playframework", artifactId = "play-docs-sbt-plugin", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-docs", version = "3.0." },
{ groupId = "org.scala-lang.modules", artifactId = "scala-xml", version = "2.3." },
{ groupId = "org.scala-lang.modules", artifactId = "scala-xml_sjs1", version = "2.3." },
{ groupId = "org.playframework", artifactId = "play-test", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-specs2", version = "3.0." },
{ groupId = "org.scala-lang.modules", artifactId = "scala-xml", version = "2.2." },
{ groupId = "org.scala-lang.modules", artifactId = "scala-xml_sjs1", version = "2.2." },
{ groupId = "org.scalatest", version = "3.2." },
{ groupId = "org.scala-js", version = "1.15." },
{ groupId = "org.portable-scala", version = "1.3." }
]

0 comments on commit 0e882ca

Please sign in to comment.