Skip to content

Commit

Permalink
Update all munit related dependencies
Browse files Browse the repository at this point in the history
- discipline-munit 1.0.9 -> 2.0.0
- munit 0.7.29 -> 1.0.0
- munit-scalacheck 0.7.29 -> 1.0.0
- munit-cats-effect(-3) 1.0.7 -> 2.0.0

closes #3362
closes #3363
closes #3364
  • Loading branch information
mzuehlke committed May 24, 2024
1 parent 8293d2e commit 401b97a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object Dependencies {
"io.get-coursier" %% "coursier-sbt-maven-repository" % coursierCore.revision
val cron4sCore = "com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.7.0"
val decline = "com.monovore" %% "decline" % "2.4.1"
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "1.0.9"
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "2.0.0"
val fs2Core = "co.fs2" %% "fs2-core" % "3.10.2"
val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision
val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M41"
Expand All @@ -35,8 +35,8 @@ object Dependencies {
val jjwtJackson = "io.jsonwebtoken" % "jjwt-jackson" % jjwtApi.revision
val millScriptVersion = "0.11.0-M10"
val monocleCore = "dev.optics" %% "monocle-core" % "3.2.0"
val munit = "org.scalameta" %% "munit" % "0.7.29"
val munitCatsEffect = "org.typelevel" %% "munit-cats-effect-3" % "1.0.7"
val munit = "org.scalameta" %% "munit" % "1.0.0"
val munitCatsEffect = "org.typelevel" %% "munit-cats-effect" % "2.0.0"
val munitScalacheck = "org.scalameta" %% "munit-scalacheck" % munit.revision
val refined = "eu.timepit" %% "refined" % "0.11.1"
val refinedScalacheck = "eu.timepit" %% "refined-scalacheck" % refined.revision
Expand Down

0 comments on commit 401b97a

Please sign in to comment.