From 2afa8060d79a69c0ab08eb3f8e30464dcac4326c Mon Sep 17 00:00:00 2001 From: Dominique Unruh Date: Tue, 9 Jul 2024 00:48:33 +0200 Subject: [PATCH] slf4j-simple to 2.0.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4dfcabb..90f7b60 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.17" % Test // https://mvnrepository.com/artifact/org.log4s/log4s libraryDependencies += "org.log4s" %% "log4s" % "1.10.0" // https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.9" +libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.13" // https://mvnrepository.com/artifact/commons-io/commons-io libraryDependencies += "commons-io" % "commons-io" % "2.13.0" // https://mvnrepository.com/artifact/org.scalaz/scalaz-core