Skip to content

Commit

Permalink
slf4j-simple to 2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominique Unruh committed Jul 8, 2024
1 parent bf881e1 commit 2afa806
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 @@ -27,7 +27,7 @@ libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.17" % Test
// https://mvnrepository.com/artifact/org.log4s/log4s
libraryDependencies += "org.log4s" %% "log4s" % "1.10.0"
// https://mvnrepository.com/artifact/org.slf4j/slf4j-simple
libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.9"
libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.13"
// https://mvnrepository.com/artifact/commons-io/commons-io
libraryDependencies += "commons-io" % "commons-io" % "2.13.0"
// https://mvnrepository.com/artifact/org.scalaz/scalaz-core
Expand Down

0 comments on commit 2afa806

Please sign in to comment.