Skip to content

Commit 525e467

Browse files
authored
Merge pull request #103 from eed3si9n/wip/4.13
JUnit 4.13 again
2 parents 4d55dce + c22fd8f commit 525e467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ lazy val `junit-interface` = (project in file("."))
1717
sbtPlugin := false
1818

1919
libraryDependencies ++= Seq(
20-
"junit" % "junit" % "4.12",
20+
"junit" % "junit" % "4.13",
2121
"org.scala-sbt" % "test-interface" % "1.0",
2222
)
2323

0 commit comments

Comments
 (0)