Skip to content

Commit 0ae9c0e

Browse files
scala-stewardxuwei-k
authored andcommitted
Update junit-interface to 0.13.2
1 parent fdfa3e9 commit 0ae9c0e

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
@@ -47,7 +47,7 @@ lazy val root = project
4747

4848
// == Core Libraries ==
4949

50-
lazy val junit = libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test
50+
lazy val junit = libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.2" % Test
5151

5252
lazy val scala211 = "2.11.12"
5353
lazy val scala212 = "2.12.15"

0 commit comments

Comments
 (0)