Skip to content

Commit

Permalink
Merge pull request #617 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
jenshalm authored Jul 2, 2024
2 parents 625184b + d176f8f commit 1f4197f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ def disableUnusedWarningsForMdoc(options: Seq[String]): Seq[String] =
val munit = "org.scalameta" %% "munit" % versions.munit % "test"
val jTidy = "net.sf.jtidy" % "jtidy" % versions.jTidy % "test"

val catsEffect = "org.typelevel" %% "cats-effect" % versions.catsEffect
val fs2IO = "co.fs2" %% "fs2-io" % versions.fs2
val munitCE3 = "org.typelevel" %% "munit-cats-effect-3" % versions.munitCE3 % "test"
val catsEffect = "org.typelevel" %% "cats-effect" % versions.catsEffect
val fs2IO = "co.fs2" %% "fs2-io" % versions.fs2
val munitCE3 = "org.typelevel" %% "munit-cats-effect" % versions.munitCE3 % "test"

val fop = "org.apache.xmlgraphics" % "fop" % versions.fop

Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ object Dependencies {
val fs2 = "3.10.2"
val http4s = "0.23.27"

val munit = "0.7.29"
val munitCE3 = "1.0.7"
val munit = "1.0.0"
val munitCE3 = "2.0.0"
val jTidy = "r938"
val fop = "2.9"
}
Expand Down

0 comments on commit 1f4197f

Please sign in to comment.