Skip to content

Commit

Permalink
Fix munit-scalacheck module name
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Mar 20, 2020
1 parent bcd627f commit 7a39956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ lazy val munitScalacheck = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.in(file("munit-scalacheck"))
.dependsOn(munit)
.settings(
moduleName := "munit-scalacheck",
sharedSettings,
crossScalaVersions := List(scala213, scala212, scala211, dotty),
libraryDependencies += ("org.scalacheck" %%% "scalacheck" % "1.14.3")
Expand Down

0 comments on commit 7a39956

Please sign in to comment.