From c6bbf1a8715fcd7614123c38575f482411518465 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 20:34:15 +0000 Subject: [PATCH] chore(deps): update dependency eu.timepit:refined to v0.11.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 923b1fbea1..00b86b5744 100644 --- a/build.sbt +++ b/build.sbt @@ -103,7 +103,7 @@ val dependenciesToEmbed = Seq( "com.typesafe.scala-logging" % "scala-logging-slf4j_2.10" % "2.1.2", // type-safety utils - "eu.timepit" %% "refined" % "0.10.3", + "eu.timepit" %% "refined" % "0.11.0", "com.beachape" %% "enumeratum" % "1.7.2", // protobuf