Skip to content

Commit

Permalink
Update munit to 1.0.2 (#900)
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 <[email protected]>
  • Loading branch information
3 people authored Oct 4, 2024
1 parent c112112 commit c3c6615
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 @@ -25,10 +25,9 @@ object LibraryDependencies {
}

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

0 comments on commit c3c6615

Please sign in to comment.