diff --git a/modules/api/dependencies.sbt b/modules/api/dependencies.sbt index 037f755..62b9e9e 100644 --- a/modules/api/dependencies.sbt +++ b/modules/api/dependencies.sbt @@ -2,7 +2,7 @@ libraryDependencies ++= "com.beachape" %% "enumeratum" % "1.5.13" :: "eu.timepit" %% "refined" % "0.9.14" :: "io.estatico" %% "newtype" % "0.4.3" :: - "io.scalaland" %% "chimney" % "0.5.1" :: + "io.scalaland" %% "chimney" % "0.5.3" :: Nil libraryDependencies ++=