Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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