From df0ea930b3a0514ae5a0cc1df702bfe30b9a9863 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 5 Jan 2021 20:52:52 +0100 Subject: [PATCH] Update refined to 0.9.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 63d2d92..9d07302 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.20" val newtype = "0.4.4" val cats = "2.2.0" val catsEffect = "2.2.0"