Skip to content

Commit 13c9450

Browse files
committed
Update junit to 4.13.2
1 parent e563ae9 commit 13c9450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lazy val root = (project in file("."))
1111
scalaMajorVersion := CrossVersion.partialVersion(scalaVersion.value).get._2.toInt,
1212
libraryDependencies ++= Seq(
1313
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
14-
"junit" % "junit" % "4.13.1" % Test,
14+
"junit" % "junit" % "4.13.2" % Test,
1515
"com.novocode" % "junit-interface" % "0.11" % Test
1616
),
1717
// make JUnit more verbose (info print instead of debug, w/ exception names & stacktraces)

0 commit comments

Comments
 (0)