From 97f26c83c3d735fb423a31cd54498eb67a88eaee Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Mon, 2 Dec 2024 00:25:54 +0100 Subject: [PATCH] Scala steward: Pin Play --- .github/scala-steward.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index c295911..8faac6a 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -16,3 +16,20 @@ updates.ignore = [ { groupId = "io.ebean", artifactId = "ebean-ddl-generator" } { groupId = "io.ebean", artifactId = "ebean-agent" } ] + +updates.pin = [ + { groupId = "com.typesafe.play", artifactId = "play", version = "2.9." }, + { groupId = "com.typesafe.play", artifactId = "play-guice", version = "2.9." }, + { groupId = "com.typesafe.play", artifactId = "play-akka-http-server", version = "2.9." }, + { groupId = "com.typesafe.play", artifactId = "play-filters-helpers", version = "2.9." }, + { groupId = "com.typesafe.play", artifactId = "play-java-forms", version = "2.9." }, + { groupId = "com.typesafe.play", artifactId = "play-java-jdbc", version = "2.9." }, + { groupId = "com.typesafe.play", artifactId = "play-jdbc-evolutions", version = "2.9." }, + { groupId = "com.typesafe.play", artifactId = "play-logback", version = "2.9." }, + { groupId = "com.typesafe.play", artifactId = "play-server", version = "2.9." }, + { groupId = "com.typesafe.play", artifactId = "play-specs2", version = "2.9." }, + { groupId = "com.typesafe.play", artifactId = "play-test", version = "2.9." }, + { groupId = "com.typesafe.play", artifactId = "play-docs", version = "2.9." }, + { groupId = "com.typesafe.play", artifactId = "play-docs-sbt-plugin", version = "2.9." }, + { groupId = "com.typesafe.play", artifactId = "sbt-plugin", version = "2.9." } +]