Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0cb054d

Browse files
committedSep 17, 2020
wip: for ScalaCheck, use Scala 2 artifact
1 parent 4b971ff commit 0cb054d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lazy val junit = project.in(file("junit"))
3131
lazy val scalacheck = project.in(file("scalacheck"))
3232
.settings(commonSettings)
3333
.settings(
34-
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.14.3",
34+
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.14.3" withDottyCompat(scalaVersion.value),
3535
Test / fork := true,
3636
Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-workers", "1", "-minSize", "0", "-maxSize", "4000", "-minSuccessfulTests", "5"),
3737
publish / skip := true

0 commit comments

Comments
 (0)
Please sign in to comment.