Skip to content

Commit f5ff70a

Browse files
committed
Update junit to 4.13.2
1 parent 64bc7cb commit f5ff70a

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
@@ -11,7 +11,7 @@ lazy val scalaLibraryNext = crossProject(JVMPlatform, JSPlatform)
1111
.crossType(CrossType.Pure)
1212
.in(file("."))
1313
.jvmSettings(
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
testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"),
1717
)

0 commit comments

Comments
 (0)