Skip to content

Commit

Permalink
Merge pull request #1027 from mkurz/scala-steward_pins_210x_v2
Browse files Browse the repository at this point in the history
[2.10.x] Pin dependencies in Scala steward
  • Loading branch information
mkurz authored May 3, 2024
2 parents c1b687f + 286570a commit 8a72aeb
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,20 @@ pullRequests.grouping = [

updates.ignore = [
// these will get updated along with jackson-core, so no need to update them separately
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-annotations" }
{ groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jdk8" }
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-annotations" },
{ groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jdk8" },
{ groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jsr310" }
]

updates.pin = [
{ groupId = "com.typesafe.play", artifactId = "play-docs-sbt-plugin", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-docs", version = "2.9." },
{ groupId = "com.fasterxml.jackson.core", version = "2.14." },
{ groupId = "com.fasterxml.jackson.datatype", version = "2.14." },
{ groupId = "org.scala-native", artifactId = "sbt-scala-native", version = "0.4." },
{ groupId = "org.scala-native", artifactId = "nscplugin", version = "0.4." },
{ groupId = "org.scala-js", version = "1.15." },
{ groupId = "org.portable-scala", version = "1.3." },
{ groupId = "org.specs2", version = "4.20." },
{ groupId = "org.scalacheck", artifactId = "scalacheck", version = "1.17.0." }
]

0 comments on commit 8a72aeb

Please sign in to comment.