Skip to content

Commit

Permalink
Merge pull request #1076 from typelevel/update/series/0.6.x/junit-int…
Browse files Browse the repository at this point in the history
…erface-1.0.0-RC1

Update junit-interface to 1.0.0-RC1 in series/0.6.x
  • Loading branch information
mpilquist authored May 10, 2024
2 parents 72cb16b + 8fdf77d commit 5c7e21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
tlFatalWarnings := false,
libraryDependencies ++= Seq(
"org.scalameta" %%% "munit" % "1.0.0-RC1",
"org.scalameta" % "junit-interface" % "1.0.0-M12",
"org.scalameta" % "junit-interface" % "1.0.0-RC1",
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2",
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-RC1",
"org.typelevel" %%% "cats-free" % "2.10.0",
Expand Down

0 comments on commit 5c7e21a

Please sign in to comment.