Skip to content

Commit

Permalink
Merge pull request #727 from typelevel/update/munit-cats-effect-3-2.0.0
Browse files Browse the repository at this point in the history
Update munit-cats-effect-3 to 2.0.0
  • Loading branch information
ahjohannessen committed May 23, 2024
2 parents 0c8dfe7 + de9b961 commit 98f6ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Dependencies {

val fs2 = "3.10.2"
val catsEffect = "3.5.4"
val ceMunit = "1.0.7"
val ceMunit = "2.0.0"

val sbtProtoc = "1.0.7"

Expand All @@ -24,7 +24,7 @@ object Dependencies {
// Testing

val ceTestkit = "org.typelevel" %% "cats-effect-testkit" % versions.catsEffect
val ceMunit = "org.typelevel" %% "munit-cats-effect-3" % versions.ceMunit
val ceMunit = "org.typelevel" %% "munit-cats-effect" % versions.ceMunit
val grpcNetty = "io.grpc" % "grpc-netty-shaded" % versions.grpc

// Compiler & SBT Plugins
Expand Down

0 comments on commit 98f6ac8

Please sign in to comment.