From 7149da04143c2c3126e54d5c87f2a79e2b04909d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 15 Apr 2024 21:04:22 +0000 Subject: [PATCH] Update slf4j-api to 2.0.13 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index a498f0b..df35701 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.13" object Test { val testNg = ivy"org.testng:testng:7.5" val lambdatest = ivy"de.tototec:de.tobiasroeser.lambdatest:0.8.0"