From 6b23df93345b507ed5430a7e3fc38ee2ef06efb2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 May 2021 10:57:30 +0200 Subject: [PATCH] Update refined to 0.9.25 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 63d2d92..aa70f9c 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ lazy val V = new { val circe = "0.13.0" val ciris = "1.2.1" - val refined = "0.9.17" + val refined = "0.9.25" val newtype = "0.4.4" val cats = "2.2.0" val catsEffect = "2.2.0"