Skip to content

Commit

Permalink
Merge pull request #982 from typelevel/update/series/0.6.x/junit-inte…
Browse files Browse the repository at this point in the history
…rface-1.0.0-M10

Update junit-interface, munit to 1.0.0-M10 in series/0.6.x
  • Loading branch information
armanbilge authored Oct 4, 2023
2 parents c8c26ee + 2814588 commit 2651423
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 @@ -169,8 +169,8 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
tlFatalWarnings := false,
libraryDependencies ++= Seq(
"org.scalameta" %%% "munit" % "1.0.0-M8",
"org.scalameta" % "junit-interface" % "1.0.0-M8",
"org.scalameta" %%% "munit" % "1.0.0-M10",
"org.scalameta" % "junit-interface" % "1.0.0-M10",
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2",
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3",
"org.typelevel" %%% "cats-free" % "2.10.0",
Expand Down

0 comments on commit 2651423

Please sign in to comment.