Skip to content

Commit

Permalink
Update munit to 1.0.2 (#428)
Browse files Browse the repository at this point in the history
* Update munit to 1.0.2

* Update LibraryDependencies.scala

---------

Co-authored-by: scala-steward[bot] <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com>
Co-authored-by: Eric Meisel <eric.steven.meisel@gmail.com>
  • Loading branch information
3 people authored Oct 4, 2024
1 parent 13a9575 commit c35758b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions project/LibraryDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ object LibraryDependencies {
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0"

object Munit {
val munitVersion = "1.0.0"
val core = "org.scalameta" %% "munit" % munitVersion
val core = "org.scalameta" %% "munit" % "1.0.2"
val scalacheck =
"org.scalameta" %% "munit-scalacheck" % munitVersion
"org.scalameta" %% "munit-scalacheck" % "1.0.0"
val catsEffect =
"org.typelevel" %% "munit-cats-effect" % "2.0.0"
val scalacheckEffect =
Expand Down

0 comments on commit c35758b

Please sign in to comment.