Skip to content

Commit

Permalink
Merge pull request #182 from scala-steward/update/junit-4-13-3.2.18.0
Browse files Browse the repository at this point in the history
Update junit-4-13 to 3.2.18.0
  • Loading branch information
magro authored Mar 3, 2024
2 parents ad273f0 + 78b9f37 commit e382292
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 @@ -53,7 +53,7 @@ libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-simple" % slf4jVersion % "test",
"org.scalatest" %% "scalatest" % "3.2.17" % "test",
"org.scalatestplus" %% "mockito-4-6" % "3.2.15.0" % "test",
"org.scalatestplus" %% "junit-4-13" % "3.2.17.0" % "test",
"org.scalatestplus" %% "junit-4-13" % "3.2.18.0" % "test",
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
"org.hamcrest" % "hamcrest-library" % "2.2" % "test",
"dev.zio" %% "izumi-reflect" % "2.3.8" % Test,
Expand Down

0 comments on commit e382292

Please sign in to comment.