Skip to content

Commit bce554f

Browse files
authored
Merge pull request #110 from scala-steward/update/junit-interface-0.13.3
Update junit-interface to 0.13.3
2 parents 9a92579 + 99beca1 commit bce554f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lazy val scalaLibraryNext = crossProject(JVMPlatform, JSPlatform)
1414
.in(file("."))
1515
.jvmSettings(
1616
libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
17-
libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.2" % Test,
17+
libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test,
1818
testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"),
1919
)
2020
.jsEnablePlugins(ScalaJSJUnitPlugin)

0 commit comments

Comments
 (0)