Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 26a1849

Browse files
committed
Merge pull request #14 from wiecklabs/fix/scalacheck
Downgrade scalacheck to version that maintains binary compatibility with scalatest.
2 parents c7b1024 + eaf070b commit 26a1849

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
@@ -55,7 +55,7 @@ lazy val core: Project = (project in file("core"))
5555
"com.typesafe.akka" %% "akka-http-core" % akkaVersion,
5656
"com.typesafe.akka" %% "akka-http-experimental" % akkaVersion,
5757
"com.typesafe.akka" %% "akka-http-testkit" % akkaVersion % "test",
58-
"org.scalacheck" %% "scalacheck" % "1.13.0" % "test",
58+
"org.scalacheck" %% "scalacheck" % "1.12.5" % "test",
5959
scalaTest
6060
)
6161
)

0 commit comments

Comments
 (0)