From 73187c3a862b32857155d360ca95172b8f0dc7bc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 15 Aug 2023 14:46:26 +0000 Subject: [PATCH] Update cats-laws to 2.10.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 74deafc1..38b27652 100644 --- a/build.sbt +++ b/build.sbt @@ -47,7 +47,7 @@ val Version = new { val junit = "4.13.2" val scalajsStubs = "1.1.0" val discipline = "1.5.1" - val catsLaws = "2.9.0" + val catsLaws = "2.10.0" val scalacheck = "1.17.0" val testInterface = "1.0" val scalaJavaTime = "2.4.0"