Skip to content

Commit 38f5375

Browse files
authored
Merge pull request #373 from typelevel/update/munit-1.0.0
Update munit to 1.0.0
2 parents 8ed78a7 + b6b42a2 commit 38f5375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
1818
.settings(
1919
name := "munit-cats-effect",
2020
libraryDependencies ++= Seq(
21-
"org.scalameta" %%% "munit" % "1.0.0-RC1",
21+
"org.scalameta" %%% "munit" % "1.0.0",
2222
"org.typelevel" %%% "cats-effect" % "3.5.4"
2323
)
2424
)

0 commit comments

Comments
 (0)