We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34842c commit f9d3bccCopy full SHA for f9d3bcc
build.sbt
@@ -106,7 +106,7 @@ lazy val example = project
106
libraryDependencies ++= List(
107
"org.scalatest" %% "scalatest" % "3.2.7" % Test,
108
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
109
- "org.scalatestplus" %% "scalacheck-1-17" % "3.2.17.0" % Test
+ "org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % Test
110
),
111
test := {} // no need to run paiges tests.
112
)
0 commit comments