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 95cf9e0 commit be2948fCopy full SHA for be2948f
build.sbt
@@ -26,7 +26,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
26
scalaVersion := crossScalaVersions.value.head,
27
28
libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
29
- libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.2" % Test,
+ libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test,
30
// so we can `@nowarn` in test code, but only in test code, so the dependency
31
// doesn't leak downstream. can be dropped when we drop 2.11 from the crossbuild
32
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0" % Test,
0 commit comments