From 91ca1e430d2b7134c05b09f1e02e71ecb7ed0309 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 27 Dec 2024 17:53:31 +0000 Subject: [PATCH] Update refined to 0.11.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5dec3fc..c35f93c 100644 --- a/build.sbt +++ b/build.sbt @@ -56,7 +56,7 @@ val Versions = new { val monix = "3.4.1" val scalaTest = "3.2.19" val sttp = "3.9.8" - val refined = "0.10.3" + val refined = "0.11.3" val scalaCache = "1.0.0-M6" }