Skip to content

Commit 236c2bb

Browse files
authored
Merge pull request #174 from scala-steward/update/junit-4.13
Update junit to 4.13
2 parents 0956679 + 6951fc5 commit 236c2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
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.12" % "test",
67+
libraryDependencies += "junit" % "junit" % "4.13" % "test",
6868

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

0 commit comments

Comments
 (0)