Skip to content

Commit fbb963a

Browse files
authored
Merge pull request #126 from scala-steward/update/junit-4.12
Update junit to 4.12
2 parents 4d2ea4e + cc863d7 commit fbb963a

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
@@ -48,7 +48,7 @@ lazy val root = (project in file(".")).
4848

4949
OsgiKeys.privatePackage := List("scala.concurrent.java8.*"),
5050

51-
libraryDependencies += "junit" % "junit" % "4.11" % "test",
51+
libraryDependencies += "junit" % "junit" % "4.12" % "test",
5252

5353
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.4" % "test",
5454

0 commit comments

Comments
 (0)