Skip to content

Commit a9d9962

Browse files
authored
Merge pull request #299 from scala-steward/update/junit-4.13.1
Update junit to 4.13.1
2 parents 838a87e + 0ee995b commit a9d9962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
4141
)
4242
.jvmSettings(
4343
OsgiKeys.exportPackage := Seq(s"scala.util.parsing.*;version=${version.value}"),
44-
libraryDependencies += "junit" % "junit" % "4.13" % Test,
44+
libraryDependencies += "junit" % "junit" % "4.13.1" % Test,
4545
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test
4646
)
4747
.jsSettings(

0 commit comments

Comments
 (0)