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 2c0ff6f commit de0f3a7Copy full SHA for de0f3a7
build.sbt
@@ -97,11 +97,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
97
.settings(
98
name := "scodec-bits",
99
libraryDependencies ++= Seq(
100
- "org.scalatest" %%% "scalatest" % "3.1.1" % "test",
101
- ("org.scalatestplus" %%% "scalacheck-1-14" % "3.1.1.1" % "test")
102
- .intransitive()
103
- .withDottyCompat(scalaVersion.value),
104
- ("org.scalacheck" %%% "scalacheck" % "1.14.3" % "test").withDottyCompat(scalaVersion.value)
+ "org.scalatest" %%% "scalatest" % "3.1.0-SNAP13" % "test",
+ "org.scalatestplus" %%% "scalacheck-1-14" % "3.1.0.0-RC3" % "test",
+ "org.scalacheck" %%% "scalacheck" % "1.14.1" % "test"
105
),
106
libraryDependencies ++= {
107
if (isDotty.value) Nil
0 commit comments