From 6b2b5a101e875957666d3f923820c3930015da06 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 3 Jan 2020 02:26:42 +0100 Subject: [PATCH] Update junit to 4.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8766b22..19d7296 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ lazy val root = (project in file(".")) scalaMajorVersion := CrossVersion.partialVersion(scalaVersion.value).get._2.toInt, libraryDependencies ++= Seq( "org.scala-lang" % "scala-compiler" % scalaVersion.value, - "junit" % "junit" % "4.12" % Test, + "junit" % "junit" % "4.13" % Test, "com.novocode" % "junit-interface" % "0.11" % Test ), // make JUnit more verbose (info print instead of debug, w/ exception names & stacktraces)