From 59952f96cf90267dc9ac305c5abddf614d437a9e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Jul 2021 09:13:43 +0200 Subject: [PATCH] Update refined to 0.9.27 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 63d2d92..cf7a3f5 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.27" val newtype = "0.4.4" val cats = "2.2.0" val catsEffect = "2.2.0"