Skip to content

Commit

Permalink
Update slf4j-nop to 2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Aug 9, 2024
1 parent 43a389c commit 5c4da45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lazy val core = project
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test,
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test,
"org.slf4j" % "slf4j-nop" % "2.0.14" % Test,
"org.slf4j" % "slf4j-nop" % "2.0.15" % Test,
"org.scalameta" %% "contrib" % "4.1.6" % Test
),
buildInfoPackage := "higherkindness.mu.rpc.srcgen",
Expand Down

0 comments on commit 5c4da45

Please sign in to comment.