From 286570a6bb3025f9680ee9d3d82d83215f9697ad Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Fri, 3 May 2024 12:12:27 +0200 Subject: [PATCH] Pin dependencies in Scala steward --- .github/scala-steward.conf | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index 2ae15b72..1dae525c 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -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." } +]