Skip to content

Commit

Permalink
Update munit-cats-effect-3 to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GarnerBuild authored and lzm0 committed Jun 28, 2024
1 parent c44e2c5 commit 4f25fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Libraries.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Libraries {
val CatsVersion = "2.12.0"
val fs2Version = "3.9.4"
val munitV = "1.0.0"
val munitCatsEffectV = "1.0.7"
val munitCatsEffectV = "2.0.0"
val scalacheckEffectV = "1.0.4"
val RefinedVersion = "0.11.2"
val AttoCoreVersion = "0.9.5"
Expand All @@ -27,7 +27,7 @@ object Libraries {
val CatsKernel = "org.typelevel" %% "cats-kernel" % CatsVersion
val MUnitTest = "org.scalameta" %% "munit" % munitV % Test
val MUnitCatsEffectTest =
"org.typelevel" %% "munit-cats-effect-3" % munitCatsEffectV % Test
"org.typelevel" %% "munit-cats-effect" % munitCatsEffectV % Test
val ScalaCheckEffectMUnit =
"org.typelevel" %% "scalacheck-effect-munit" % scalacheckEffectV % Test

Expand Down

0 comments on commit 4f25fcd

Please sign in to comment.