Skip to content

Commit 5079cb0

Browse files
committed
Update junit-interface to 0.11
1 parent 4d2ea4e commit 5079cb0

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)