Skip to content

Commit de0f3a7

Browse files
committed
Changed versions to match what is currently in community build
1 parent 2c0ff6f commit de0f3a7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

build.sbt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
9797
.settings(
9898
name := "scodec-bits",
9999
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)
100+
"org.scalatest" %%% "scalatest" % "3.1.0-SNAP13" % "test",
101+
"org.scalatestplus" %%% "scalacheck-1-14" % "3.1.0.0-RC3" % "test",
102+
"org.scalacheck" %%% "scalacheck" % "1.14.1" % "test"
105103
),
106104
libraryDependencies ++= {
107105
if (isDotty.value) Nil

0 commit comments

Comments
 (0)