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
davenverse-steward[bot] committed May 23, 2024
1 parent 7104591 commit 31152a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ val catsV = "2.9.0"
val catsEffectV = "3.4.8"
val shapelessV = "2.3.9"

val munitCatsEffectV = "1.0.7"
val munitCatsEffectV = "2.0.0"


// General Settings
Expand All @@ -62,7 +62,7 @@ lazy val commonSettings = Seq(
"org.typelevel" %% "cats-core" % catsV,
"org.typelevel" %% "cats-effect" % catsEffectV,

"org.typelevel" %%% "munit-cats-effect-3" % munitCatsEffectV % Test,
"org.typelevel" %%% "munit-cats-effect" % munitCatsEffectV % Test,
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.11.0" % Test
),
libraryDependencies ++= PartialFunction.condOpt(CrossVersion.partialVersion(scalaVersion.value)) { case Some((2, _)) =>
Expand Down

0 comments on commit 31152a3

Please sign in to comment.