Skip to content

Commit

Permalink
Update to JUnit 5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panbingkun committed Aug 16, 2024
1 parent e56ee57 commit a472175
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.10.3"
val junitJupiterVer = "5.11.0"
// 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 a472175

Please sign in to comment.