Skip to content

Commit

Permalink
Update munit-cats-effect to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davenverse-steward[bot] committed May 23, 2024
1 parent 8a031a5 commit 6d6d34e
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 @@ -50,7 +50,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
// "io.chrisdavenport" %% "log4cats-core" % log4catsV,
// "io.chrisdavenport" %% "log4cats-slf4j" % log4catsV,
// "io.chrisdavenport" %% "log4cats-testing" % log4catsV % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
// "com.dimafeng" %% "testcontainers-scala" % "0.38.8" % Test
)
).jsSettings(
Expand Down

0 comments on commit 6d6d34e

Please sign in to comment.