Skip to content

Commit 59594a9

Browse files
Update junit to 4.13.2 (#208)
1 parent 44ed917 commit 59594a9

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
@@ -64,7 +64,7 @@ lazy val scalaJava8Compat = (project in file("."))
6464

6565
OsgiKeys.privatePackage := List("scala.concurrent.java8.*"),
6666

67-
libraryDependencies += "junit" % "junit" % "4.13.1" % "test",
67+
libraryDependencies += "junit" % "junit" % "4.13.2" % "test",
6868

6969
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.11" % "test",
7070

0 commit comments

Comments
 (0)