From ad667223898cd45a6ebc3f5fa836e944a3024fb4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 15 Aug 2024 20:35:39 +0000 Subject: [PATCH] Update slf4j-api to 2.0.16 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index a498f0b..222cd3d 100644 --- a/build.sc +++ b/build.sc @@ -12,7 +12,7 @@ import mill.api.Loose def baseDir = build.millSourcePath object Deps { - val slf4j = ivy"org.slf4j:slf4j-api:1.7.36" + val slf4j = ivy"org.slf4j:slf4j-api:2.0.16" object Test { val testNg = ivy"org.testng:testng:7.5" val lambdatest = ivy"de.tototec:de.tobiasroeser.lambdatest:0.8.0"