From 5c3f2647eba6722781c3f8606817e01745e7088e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Feb 2021 18:54:25 +0100 Subject: [PATCH] Update junit to 4.13.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8573efd4..8887cdfc 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor name := "scala-parser-combinators", scalaModuleMimaPreviousVersion := None, // until we publish 1.2.0 - libraryDependencies += "junit" % "junit" % "4.13.1" % Test, + libraryDependencies += "junit" % "junit" % "4.13.2" % Test, libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test, // so we can `@nowarn` in test code, but only in test code, so the dependency // doesn't leak downstream