From 61d18e64af50dcbdecce137458d5d8e6c22d4b7d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Sep 2022 14:18:45 +0000 Subject: [PATCH] Update scalacheck to 1.17.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 11f3fa99..f8e77320 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ val catsVersion = "2.7.0" val circeVersion = "0.14.1" val paradiseVersion = "2.1.1" val previousCirceDerivationVersion = "0.13.0-M5" -val scalaCheckVersion = "1.15.4" +val scalaCheckVersion = "1.17.0" val scalaJavaTimeVersion = "2.3.0" def priorTo2_13(scalaVersion: String): Boolean =