Skip to content

Commit

Permalink
Update to JUnit 5.11.0 (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: eugene yokota <eed3si9n@gmail.com>
  • Loading branch information
panbingkun and eed3si9n authored Aug 16, 2024
1 parent d9537f9 commit c7c9e74
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 c7c9e74

Please sign in to comment.