From 621bd615ee2391c3bc941bf1cfaf39340ba4c76d Mon Sep 17 00:00:00 2001 From: Anand Singh <4903911+anand-singh@users.noreply.github.com> Date: Wed, 3 Jan 2024 01:12:40 +0000 Subject: [PATCH] Update chimney, chimney-cats from 0.6.2 to 0.8.5 --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 08adfd2..0c58fa4 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -43,8 +43,8 @@ object Dependencies { case object io { case object scalaland { - val chimney = "io.scalaland" %% "chimney" % "0.6.2" - val chimneyCats = "io.scalaland" %% "chimney-cats" % "0.6.2" + val chimney = "io.scalaland" %% "chimney" % "0.8.5" + val chimneyCats = "io.scalaland" %% "chimney-cats" % "0.8.5" } } }