Skip to content

Commit d0fba4d

Browse files
authored
Merge pull request #67 from scala-steward/update/junit-4.13.2
Update junit to 4.13.2
2 parents 64bc7cb + f5ff70a commit d0fba4d

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)