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 f522651 + 5c3f264 commit 8112765Copy full SHA for 8112765
build.sbt
@@ -11,7 +11,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
11
name := "scala-parser-combinators",
12
scalaModuleMimaPreviousVersion := None, // until we publish 1.2.0
13
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
// so we can `@nowarn` in test code, but only in test code, so the dependency
17
// doesn't leak downstream
0 commit comments