Skip to content

Commit

Permalink
Merge pull request #74 from gabro/munit-scalacheck-module
Browse files Browse the repository at this point in the history
Fix munit-scalacheck module name
  • Loading branch information
gabro authored Mar 20, 2020
2 parents bcd627f + 7a39956 commit b219d82
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 b219d82

Please sign in to comment.