Skip to content

Commit

Permalink
Update LibraryDependencies.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
etspaceman authored Oct 4, 2024
1 parent 2c210ff commit 557e98a
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.2"
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 557e98a

Please sign in to comment.