Skip to content

Commit 8112765

Browse files
authored
Merge pull request #355 from scala-steward/update/junit-4.13.2
Update junit to 4.13.2
2 parents f522651 + 5c3f264 commit 8112765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
1111
name := "scala-parser-combinators",
1212
scalaModuleMimaPreviousVersion := None, // until we publish 1.2.0
1313

14-
libraryDependencies += "junit" % "junit" % "4.13.1" % Test,
14+
libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
1515
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
1616
// so we can `@nowarn` in test code, but only in test code, so the dependency
1717
// doesn't leak downstream

0 commit comments

Comments
 (0)