Skip to content

Commit 40378d0

Browse files
scala-stewardxuwei-k
authored andcommitted
Update junit-interface to 0.13.2
1 parent 1975d3f commit 40378d0

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
@@ -39,7 +39,7 @@ lazy val core = project.in(file("core"))
3939
lazy val junit = project.in(file("junit"))
4040
.settings(commonSettings)
4141
.settings(
42-
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
42+
libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.2" % Test,
4343
libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
4444
// for javax.xml.bind.DatatypeConverter, used in SerializationStabilityTest
4545
libraryDependencies += "javax.xml.bind" % "jaxb-api" % "2.3.1" % Test,

0 commit comments

Comments
 (0)