From cb6b14b980a1efae96fab4b6a84ca555247b6659 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 20 Jul 2021 10:00:16 +0200 Subject: [PATCH] Update refined to 0.9.27 (#378) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f6b6f55f4..bf6c27762 100644 --- a/build.sbt +++ b/build.sbt @@ -288,7 +288,7 @@ lazy val zioJsonInteropRefined = crossProject(JSPlatform, JVMPlatform) .settings( crossScalaVersions --= Vector("3.0.1"), libraryDependencies ++= Seq( - "eu.timepit" %%% "refined" % "0.9.26", + "eu.timepit" %%% "refined" % "0.9.27", "dev.zio" %%% "zio-test" % zioVersion % "test", "dev.zio" %%% "zio-test-sbt" % zioVersion % "test" ),