Skip to content

Commit

Permalink
Merge pull request #369 from typelevel/update/munit-1.0.0-RC1
Browse files Browse the repository at this point in the history
Update munit to 1.0.0-RC1
  • Loading branch information
danicheg authored Apr 28, 2024
2 parents 2a846b8 + c3b181d commit dba7f23
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-M11",
"org.scalameta" %%% "munit" % "1.0.0-RC1",
"org.typelevel" %%% "cats-effect" % "3.5.4"
)
)

0 comments on commit dba7f23

Please sign in to comment.