We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9aec7 commit 4587c72Copy full SHA for 4587c72
build.sbt
@@ -21,7 +21,7 @@ lazy val core = project
21
"org.http4s" %% "http4s-circe" % "0.21.7",
22
"org.scalatest" %% "scalatest" % "3.2.2" % Test,
23
"org.scalacheck" %% "scalacheck" % "1.14.3" % Test,
24
- "org.scalatestplus" %% "scalacheck-1-14" % "3.2.1.0" % Test,
+ "org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % Test,
25
"org.slf4j" % "slf4j-nop" % "1.7.30" % Test
26
)
27
0 commit comments