Skip to content

Commit 428ba92

Browse files
authoredAug 6, 2024··
Merge pull request #88 from slick/renovate/org.slf4j-slf4j-nop-2.x
Update dependency org.slf4j:slf4j-nop to v2.0.14
2 parents ffe3afe + 989f353 commit 428ba92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import _root_.io.github.nafg.mergify.dsl._
22

33
libraryDependencies ++= List(
4-
"org.slf4j" % "slf4j-nop" % "2.0.13",
4+
"org.slf4j" % "slf4j-nop" % "2.0.14",
55
"com.h2database" % "h2" % "2.2.224",
66
"org.scalatest" %% "scalatest" % "3.2.19" % Test
77
)

0 commit comments

Comments
 (0)
Please sign in to comment.