From 778d011e7a82d4bfea2d07b9c78b56a7b01ef1ac Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Sat, 17 Aug 2024 19:38:23 +0200 Subject: [PATCH] Pin play-slick --- .github/scala-steward.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index 53df80f..4826989 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -38,5 +38,7 @@ updates.pin = [ { groupId = "com.typesafe.play", artifactId = "play-test", version = "2.9."}, { groupId = "com.typesafe.play", artifactId = "play-ws", version = "2.9."}, { groupId = "com.typesafe.play", artifactId = "play-json", version = "2.10." }, - { groupId = "com.typesafe.play", artifactId = "play-functional", version = "2.10." } + { groupId = "com.typesafe.play", artifactId = "play-functional", version = "2.10." }, + { groupId = "com.typesafe.play", artifactId = "play-slick", version = "5." }, + { groupId = "com.typesafe.play", artifactId = "play-slick-evolutions", version = "5." } ]