Skip to content

Commit

Permalink
Merge pull request #211 from scala-steward/update/slf4j-nop-2.0.16
Browse files Browse the repository at this point in the history
Update slf4j-nop to 2.0.16
  • Loading branch information
mergify[bot] authored Aug 12, 2024
2 parents fff8af0 + f57a42b commit f2faa54
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 @@ -14,7 +14,7 @@ lazy val root = (project in file("."))
"com.typesafe.akka" % "akka-actor_2.13" % "2.6.20",
"org.apache.jena" % "apache-jena-libs" % "5.1.0",
"org.apache.jena" % "jena-fuseki-main" % "5.1.0",
"org.slf4j" % "slf4j-nop" % "2.0.13"
"org.slf4j" % "slf4j-nop" % "2.0.16"
),
initialCommands := s"""
import fs2._, cats.effect._, cats.implicits._, cats.effect.unsafe.implicits.global
Expand Down

0 comments on commit f2faa54

Please sign in to comment.