From 615b374c999361b9dc2cbf36161cee4bd23bcd54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 16:14:43 +0000 Subject: [PATCH] Update dependency org.slf4j:slf4j-nop to v2.0.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fec4c4e..8db8d5a 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ mergifyExtraConditions := Seq( (Attr.Author :== "renovate[bot]") ) libraryDependencies ++= List( - "org.slf4j" % "slf4j-nop" % "2.0.7", + "org.slf4j" % "slf4j-nop" % "2.0.8", "com.h2database" % "h2" % "2.2.222" )