Skip to content

Commit 99beca1

Browse files
committed
Update junit-interface to 0.13.3
1 parent 28e8b93 commit 99beca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)