Skip to content

Commit 3dc0d55

Browse files
Update junit-interface to 0.13.2 (#603)
1 parent 62bd05c commit 3dc0d55

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
@@ -46,7 +46,7 @@ val buildSettings = Seq[Setting[_]](
4646
Test / compile := ((Test / compile) dependsOn (Test / jcheckStyle)).value
4747
)
4848

49-
val junitInterface = "com.novocode" % "junit-interface" % "0.11" % "test"
49+
val junitInterface = "com.github.sbt" % "junit-interface" % "0.13.2" % "test"
5050

5151
// Project settings
5252
lazy val root = Project(id = "msgpack-java", base = file("."))

0 commit comments

Comments
 (0)