Skip to content

Commit

Permalink
Merge pull request #21 from typelevel/pr/munit
Browse files Browse the repository at this point in the history
Track latest munit
  • Loading branch information
armanbilge authored Mar 20, 2023
2 parents ba36fc3 + ceb0bde commit 8343e82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ lazy val toolkit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"io.circe" %%% "circe-jawn" % "0.14.5",
"org.http4s" %%% "http4s-circe" % "0.23.18",
"com.monovore" %%% "decline-effect" % "2.4.1",
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" // not % Test, on purpose :)
"org.scalameta" %%% "munit" % "1.0.0-M7", // not % Test, on purpose :)
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3"
),
mimaPreviousArtifacts := Set()
)
Expand Down

0 comments on commit 8343e82

Please sign in to comment.