Skip to content

Commit

Permalink
Update slf4j-api, slf4j-simple to 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 19, 2024
1 parent 79bf06e commit 39b0772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ ScoverageKeys.coverageFailOnMinimum := true
ScoverageKeys.coverageMinimumStmtTotal := 90.0

libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-api" % "1.7.36",
"org.slf4j" % "slf4j-api" % "2.0.12",
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.131",
"com.typesafe.akka" %% "akka-stream" % "2.6.20",
"org.scalatest" %% "scalatest" % "3.2.14" % Test,
"org.scalamock" %% "scalamock" % "5.2.0" % Test,
"com.adobe.testing" % "s3mock-testcontainers" % "2.10.1" % Test,
"org.slf4j" % "slf4j-simple" % "1.7.36" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.12" % Test,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0" % Test,
)

Expand Down

0 comments on commit 39b0772

Please sign in to comment.