From 43dd876058ca16f68f4ee35b9ea3de832a8404b1 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Mon, 22 Aug 2022 16:22:32 +0200 Subject: [PATCH] pin to slf4j 1.x (#1662) * pin to slf4j 1.x Until we decide to update in #1661 Co-authored-by: Sergey Morgunov --- .scala-steward.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index 33b09f0ae..ef27a7b1f 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -24,4 +24,7 @@ updates.pin = [ # https://github.com/akka/akka-grpc/issues/1506 { groupId = "org.eclipse.jgit", artifactId = "org.eclipse.jgit", version = "5." }, + + # https://github.com/akka/akka-grpc/issues/1661 + { groupId = "org.slf4j", artifactId = "slf4j-api", version = "1." } ]