Skip to content

Commit cb3a13b

Browse files
authored
Merge pull request #125 from scala-steward/update/junit-interface-0.11
Update junit-interface to 0.11
2 parents fbb963a + 5079cb0 commit cb3a13b

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

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

55-
libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test",
55+
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",
5656

5757
mimaPreviousVersion := None,
5858

0 commit comments

Comments
 (0)