Skip to content

Commit

Permalink
Update slf4j-nop to 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Sep 4, 2023
1 parent 0b9ffc5 commit 82d4274
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.16" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test,
"org.slf4j" % "slf4j-nop" % "2.0.7" % Test,
"org.slf4j" % "slf4j-nop" % "2.0.9" % Test,
"org.scalameta" %% "contrib" % "4.1.6" % Test
),
buildInfoPackage := "higherkindness.mu.rpc.srcgen",
Expand Down

0 comments on commit 82d4274

Please sign in to comment.