Skip to content

Commit

Permalink
Update junit-vintage-engine to 5.11.2 (#1273)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Torreborre <etorreborre@users.noreply.github.com>
  • Loading branch information
scala-steward and etorreborre authored Oct 4, 2024
1 parent ed2fdbe commit a740548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/depends.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object depends {
val scalaXml = libraryDependencies += "org.scala-lang.modules" %%% "scala-xml" % "2.3.0"

// used in specs2-junit
val junitVintage = "org.junit.vintage" % "junit-vintage-engine" % "5.11.1"
val junitVintage = "org.junit.vintage" % "junit-vintage-engine" % "5.11.2"
val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "1.11.2")
val junitTest = libraryDependencies += junitVintage % Test

Expand Down

0 comments on commit a740548

Please sign in to comment.