Skip to content

Commit a3df7df

Browse files
committed
Merge remote-tracking branch 'origin/main' into update/scalacheck-1.15.3
2 parents ff7f6e7 + d0fba4d commit a3df7df

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)