Skip to content

Commit

Permalink
Remove version dependency for munit-scalacheck on munit (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
yisraelU authored Aug 18, 2024
1 parent c5cbb5d commit d8f925b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ object Dependencies {
val kindProjector = "0.13.3"

val munit = "1.0.0"
val munitScalacheck = "1.0.0"
}

object Libraries {
Expand Down Expand Up @@ -46,7 +47,7 @@ object Dependencies {
val catsLaws = cats("core")
val catsTestKit = cats("testkit")
val munitCore = "org.scalameta" %% "munit" % V.munit
val munitScalacheck = "org.scalameta" %% "munit-scalacheck" % V.munit
val munitScalacheck = "org.scalameta" %% "munit-scalacheck" % V.munitScalacheck
}

object CompilerPlugins {
Expand Down

0 comments on commit d8f925b

Please sign in to comment.