Skip to content

Commit

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

Update junit-interface, munit to 1.0.0-M11 in series/0.6.x
  • Loading branch information
mpilquist authored Feb 10, 2024
2 parents edbfedd + 1079a86 commit afa442c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
tlFatalWarnings := false,
libraryDependencies ++= Seq(
"org.scalameta" %%% "munit" % "1.0.0-M10",
"org.scalameta" % "junit-interface" % "1.0.0-M10",
"org.scalameta" %%% "munit" % "1.0.0-M11",
"org.scalameta" % "junit-interface" % "1.0.0-M11",
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2",
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4",
"org.typelevel" %%% "cats-free" % "2.10.0",
Expand Down

0 comments on commit afa442c

Please sign in to comment.