Skip to content

Commit 3bd7467

Browse files
committed
Switched to official scalacheck-1-14 artifact
1 parent 9265b2f commit 3bd7467

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
@@ -98,7 +98,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
9898
name := "scodec-bits",
9999
libraryDependencies ++= Seq(
100100
"org.scalatest" %%% "scalatest" % "3.1.1" % "test",
101-
(if (isDotty.value) "dev.travisbrown" else "org.scalatestplus") %%% "scalacheck-1-14" % "3.1.1.1" % "test",
101+
("org.scalatestplus" %%% "scalacheck-1-14" % "3.1.1.1" % "test").intransitive().withDottyCompat(scalaVersion.value),
102102
("org.scalacheck" %%% "scalacheck" % "1.14.3" % "test").withDottyCompat(scalaVersion.value)
103103
),
104104
libraryDependencies ++= {

0 commit comments

Comments
 (0)