Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxymilian Smiech committed Aug 13, 2024
1 parent 8af89ff commit dfad4c2
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 @@ ThisBuild / versionScheme := Some("early-semver")
val slf4jVersion = "1.7.32"

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.10",
"org.scalatest" %% "scalatest" % "3.2.19",
"org.slf4j" % "slf4j-api" % slf4jVersion % Test,
"org.slf4j" % "jcl-over-slf4j" % slf4jVersion % Test,
"org.slf4j" % "log4j-over-slf4j" % slf4jVersion % Test,
Expand Down

0 comments on commit dfad4c2

Please sign in to comment.