From bd50aabcb24c98f61cb1728bd7201c3b2c702abf Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Mon, 3 Jun 2024 05:21:59 +0000 Subject: [PATCH] Update refined, refined-scalacheck to 0.11.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6036478..67fc5e8 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ lazy val coverage = (project in file(".coverage")) lazy val V = new { val cats = "2.9.0" val collectionCompat = "2.12.0" - val refined = "0.10.3" + val refined = "0.11.2" val algebra = "2.9.0" val atto = "0.9.5" val scalacheck = "1.17.0"