Skip to content

Commit

Permalink
Update slf4j-api, slf4j-simple to 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 10, 2023
1 parent 64e897a commit d9ae18b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 coreTests = project.in(file("core-tests")).dependsOn(formats, testdomai
lazy val traversalTests = project.in(file("traversal-tests")).dependsOn(formats)

ThisBuild / libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-simple" % "2.0.7" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.9" % Test,
"org.scalatest" %% "scalatest" % "3.2.16" % Test
)

Expand Down
2 changes: 1 addition & 1 deletion core/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ libraryDependencies ++= Seq(
"net.sf.trove4j" % "core" % "3.1.0",
"org.msgpack" % "msgpack-core" % "0.9.1",
"com.h2database" % "h2-mvstore" % "1.4.200",
"org.slf4j" % "slf4j-api" % "2.0.7"
"org.slf4j" % "slf4j-api" % "2.0.9"
)

0 comments on commit d9ae18b

Please sign in to comment.