Skip to content

Commit 17aff21

Browse files
Update junit-interface to 1.2.4 in series/0.6.x
1 parent 54e1a15 commit 17aff21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
186186
.settings(
187187
libraryDependencies ++= Seq(
188188
"org.scalameta" %%% "munit" % "1.0.0",
189-
"org.scalameta" % "junit-interface" % "1.2.2",
189+
"org.scalameta" % "junit-interface" % "1.2.4",
190190
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2",
191191
"org.typelevel" %%% "munit-cats-effect" % "2.1.0",
192192
"org.typelevel" %%% "cats-free" % "2.11.0",

0 commit comments

Comments
 (0)