From ef885d096fd66e378a8ebefa1820f55d82550bc3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 12 Aug 2024 23:49:55 +0000 Subject: [PATCH] Update slf4j-simple to 2.0.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1779878..2151827 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ lazy val core = project.in(file("core")) executableScriptName := "srp", libraryDependencies ++= Seq( "org.scala-lang" %% "scala3-compiler" % scalaVersion.value, - "org.slf4j" % "slf4j-simple" % "2.0.13" % Optional, + "org.slf4j" % "slf4j-simple" % "2.0.16" % Optional, ), assemblyJarName := "srp.jar", // TODO remove the '.jar' suffix - when doing so, it doesn't work any longer )