From 80a8c4e49affcc044e84aa5499670d9647bf213c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Nov 2021 04:16:26 +0100 Subject: [PATCH] Update refined to 0.9.28 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 63d2d92..0f62f78 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.28" val newtype = "0.4.4" val cats = "2.2.0" val catsEffect = "2.2.0"