From 1a38ef12e68afed612ef8af7f2aee3bcfdea6644 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Thu, 2 May 2024 21:15:56 +0200 Subject: [PATCH] More scala-steward pins --- .github/scala-steward.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index 5c7649d6..0d8ee0fc 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -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." } ]