Skip to content

Commit

Permalink
Merge pull request #1028 from mkurz/scala-steward_pins_v2
Browse files Browse the repository at this point in the history
Pin dependencies in Scala steward
  • Loading branch information
mkurz authored May 3, 2024
2 parents 26217eb + 6fa2b1e commit 904b22f
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 = "org.playframework", artifactId = "play-docs-sbt-plugin", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-docs", version = "3.0." },
{ 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 904b22f

Please sign in to comment.