Skip to content

Commit

Permalink
Merge pull request #350 from typelevel/update/munit-1.0.0-M11
Browse files Browse the repository at this point in the history
Update munit to 1.0.0-M11
  • Loading branch information
armanbilge authored Mar 6, 2024
2 parents 1e0c124 + 1b611cb commit 61507c6
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 @@ -18,7 +18,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(
name := "munit-cats-effect",
libraryDependencies ++= Seq(
"org.scalameta" %%% "munit" % "1.0.0-M10",
"org.scalameta" %%% "munit" % "1.0.0-M11",
"org.typelevel" %%% "cats-effect" % "3.5.4"
)
)

0 comments on commit 61507c6

Please sign in to comment.