Skip to content

Commit 044ae4c

Browse files
authored
Merge pull request #130 from SethTisue/community-build-2.13
add explicit JUnit dependency
2 parents 62cef69 + 1122548 commit 044ae4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ lazy val junit = project.in(file("junit"))
2222
.settings(commonSettings)
2323
.settings(
2424
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
25+
libraryDependencies += "junit" % "junit" % "4.13.1" % Test,
2526
// for javax.xml.bind.DatatypeConverter, used in SerializationStabilityTest
2627
libraryDependencies += "javax.xml.bind" % "jaxb-api" % "2.3.1" % Test,
2728
testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"),

0 commit comments

Comments
 (0)