Skip to content

Commit 881dbd7

Browse files
authored
Merge pull request #105 from eed3si9n/wip/4.13.2
JUnit 4.13.2
2 parents 7026626 + 8139e3e commit 881dbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
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.13.1",
20+
"junit" % "junit" % "4.13.2",
2121
"org.scala-sbt" % "test-interface" % "1.0",
2222
)
2323

0 commit comments

Comments
 (0)