We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9265b2f commit 3bd7467Copy full SHA for 3bd7467
build.sbt
@@ -98,7 +98,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
98
name := "scodec-bits",
99
libraryDependencies ++= Seq(
100
"org.scalatest" %%% "scalatest" % "3.1.1" % "test",
101
- (if (isDotty.value) "dev.travisbrown" else "org.scalatestplus") %%% "scalacheck-1-14" % "3.1.1.1" % "test",
+ ("org.scalatestplus" %%% "scalacheck-1-14" % "3.1.1.1" % "test").intransitive().withDottyCompat(scalaVersion.value),
102
("org.scalacheck" %%% "scalacheck" % "1.14.3" % "test").withDottyCompat(scalaVersion.value)
103
),
104
libraryDependencies ++= {
0 commit comments