From 02dda8589d1bfd823b6bb3945e3e7bb9c8fbafc9 Mon Sep 17 00:00:00 2001 From: danicheg Date: Mon, 29 Aug 2022 15:21:15 +0300 Subject: [PATCH] Pin slf4j & logback to 1.x series --- .scala-steward.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index 2472cff22..f3837518d 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -1,3 +1,5 @@ updates.pin = [ + { groupId = "org.slf4j", artifactId = "slf4j-api", version = "1." }, + { groupId = "ch.qos.logback", artifactId = "logback-classic", version = "1.2." }, { groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.0." } ] \ No newline at end of file