Skip to content

Commit

Permalink
Merge pull request #181 from scala-steward/update/scalatest-3.2.18
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.18
  • Loading branch information
magro authored Mar 3, 2024
2 parents e382292 + 6210509 commit 4f5c031
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 @@ -51,7 +51,7 @@ libraryDependencies ++= Seq(
"io.dropwizard.metrics" % "metrics-core" % "4.2.25" % "optional",
"org.slf4j" % "slf4j-api" % slf4jVersion,
"org.slf4j" % "slf4j-simple" % slf4jVersion % "test",
"org.scalatest" %% "scalatest" % "3.2.17" % "test",
"org.scalatest" %% "scalatest" % "3.2.18" % "test",
"org.scalatestplus" %% "mockito-4-6" % "3.2.15.0" % "test",
"org.scalatestplus" %% "junit-4-13" % "3.2.18.0" % "test",
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
Expand Down

0 comments on commit 4f5c031

Please sign in to comment.