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 ff7f6e7 + d0fba4d commit a3df7dfCopy full SHA for a3df7df
build.sbt
@@ -11,7 +11,7 @@ lazy val scalaLibraryNext = crossProject(JVMPlatform, JSPlatform)
11
.crossType(CrossType.Pure)
12
.in(file("."))
13
.jvmSettings(
14
- libraryDependencies += "junit" % "junit" % "4.13.1" % Test,
+ libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
15
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
16
testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"),
17
)
0 commit comments