From 238bdb59edee070c0fce8a2088d6c252edc5f23f Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Thu, 19 Mar 2026 07:32:28 +0900 Subject: [PATCH] Update scalacheck --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 83241dd..b88014a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -7,7 +7,7 @@ object Dependencies { val scala3 = "3.3.7" val scalacheck = Def.setting { - "org.scalacheck" %% "scalacheck" % "1.15.4" + "org.scalacheck" %% "scalacheck" % "1.19.0" } def scalaXmlDep(scalaV: String): List[ModuleID] = CrossVersion.partialVersion(scalaV) match {