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." } ]