Skip to content

Commit

Permalink
Update junit-vintage-engine to 5.11.4 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 20, 2024
1 parent 65be8b2 commit 58fd85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt.*

object Dependencies {
val junitJupiterVer = "5.11.3"
val junitJupiterVer = "5.11.4"
// based on https://github.com/junit-team/junit5/releases/tag/r5.10.3 etc
// The platform version seems to be "1." of the corresponding JUnit 5.x version.
def junitPlatformVer = junitJupiterVer.replaceFirst("""^5\.""", "1.")
Expand Down

0 comments on commit 58fd85e

Please sign in to comment.