diff --git a/build.sbt b/build.sbt index 02c8b4b3..92a846cc 100644 --- a/build.sbt +++ b/build.sbt @@ -60,7 +60,7 @@ val catsVersion = "2.0.0" val catsEffectVersion = "2.0.0" val scalatestVersion = "3.1.0" val scalaTestPlusVersion = "3.1.0.0-RC2" -val scalacheckVersion = "1.14.2" +val scalacheckVersion = "1.14.3" val disciplineVersion = "1.0.0-RC1" val core = crossProject(JVMPlatform, JSPlatform)