From 4e9fdfcbacb87c4f0e261380ca5c2c61c1e97145 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Mar 2021 04:52:02 +0200 Subject: [PATCH] Update refined to 0.9.22 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 63d2d92..3a70bbc 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.22" val newtype = "0.4.4" val cats = "2.2.0" val catsEffect = "2.2.0"