We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a92579 + 99beca1 commit bce554fCopy full SHA for bce554f
build.sbt
@@ -14,7 +14,7 @@ lazy val scalaLibraryNext = crossProject(JVMPlatform, JSPlatform)
14
.in(file("."))
15
.jvmSettings(
16
libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
17
- libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.2" % Test,
+ libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test,
18
testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"),
19
)
20
.jsEnablePlugins(ScalaJSJUnitPlugin)
0 commit comments