Skip to content

Commit

Permalink
Merge pull request #915 from Banno/update/munit-1.0.1
Browse files Browse the repository at this point in the history
Update munit to 1.0.1
  • Loading branch information
amohrland authored Aug 21, 2024
2 parents f8e3e36 + cde839b commit 18474cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ val V = new {
val scalacheck = "1.18.0"
val scalacheckEffect = "1.0.4"
val scalacheckMagnolia = "0.6.0"
val munit = "1.0.0"
val munit = "1.0.1"
val munitScalacheck = "1.0.0"
val munitCE3 = "2.0.0"
val scalatest = "3.2.19"
val scalatestPlus = "3.2.3.0"
Expand Down Expand Up @@ -80,7 +81,7 @@ lazy val core = project
"ch.qos.logback" % "logback-classic" % V.logback % Test,
"org.scalacheck" %% "scalacheck" % V.scalacheck % Test,
"org.scalameta" %% "munit" % V.munit % Test,
"org.scalameta" %% "munit-scalacheck" % V.munit % Test,
"org.scalameta" %% "munit-scalacheck" % V.munitScalacheck % Test,
"org.typelevel" %% "scalacheck-effect-munit" % V.scalacheckEffect,
"org.typelevel" %% "munit-cats-effect" % V.munitCE3 % Test,
"org.typelevel" %% "cats-effect" % V.catsEffect,
Expand Down

0 comments on commit 18474cb

Please sign in to comment.