Skip to content

Commit

Permalink
disunite 'munit' and 'munit-scalacheck' versions
Browse files Browse the repository at this point in the history
  • Loading branch information
satorg committed Sep 15, 2024
1 parent 87fa1e2 commit e130250
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
val mUnit = "1.0.2"
val discipline = "1.7.0"
val mUnit = "1.0.2"
val mUnitScalacheck = "1.0.0"
val discipline = "1.7.0"

Global / onChangedBuildSource := ReloadOnSourceChanges

Expand Down Expand Up @@ -31,7 +32,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
name := "discipline-munit",
libraryDependencies ++= Seq(
"org.scalameta" %%% "munit" % mUnit,
"org.scalameta" %%% "munit-scalacheck" % mUnit,
"org.scalameta" %%% "munit-scalacheck" % mUnitScalacheck,
"org.typelevel" %%% "discipline-core" % discipline
)
)

0 comments on commit e130250

Please sign in to comment.