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.
1 parent e563ae9 commit 13c9450Copy full SHA for 13c9450
build.sbt
@@ -11,7 +11,7 @@ lazy val root = (project in file("."))
11
scalaMajorVersion := CrossVersion.partialVersion(scalaVersion.value).get._2.toInt,
12
libraryDependencies ++= Seq(
13
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
14
- "junit" % "junit" % "4.13.1" % Test,
+ "junit" % "junit" % "4.13.2" % Test,
15
"com.novocode" % "junit-interface" % "0.11" % Test
16
),
17
// make JUnit more verbose (info print instead of debug, w/ exception names & stacktraces)
0 commit comments