From 6fbc488c9a7ff7419d0a4e40f5a5853b3bc05fcc Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 09:16:17 +0300 Subject: [PATCH] Update scalacheck to 1.17.0 (#542) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b3be0ff9..3867b29b 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import com.typesafe.tools.mima.core._ val catsVersion = "2.8.0" val munitVersion = "1.0.0-M6" val munitDisciplineVersion = "2.0.0-M3" -val scalacheckVersion = "1.16.0" +val scalacheckVersion = "1.17.0" val algebraVersion = "2.8.0" val Scala212 = "2.12.16" val Scala213 = "2.13.8"