Skip to content

Commit 0ee995b

Browse files
committed
Update junit to 4.13.1
1 parent 838a87e commit 0ee995b

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)