From 32729d739439934eece494b9b37d01a525b193a5 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 22:08:51 +0000 Subject: [PATCH] Update newtypes-circe-v0-14, ... to 0.4.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index ef353a7..6fd0df6 100644 --- a/build.sbt +++ b/build.sbt @@ -53,8 +53,8 @@ lazy val `postgresql-init-core` = (project in file(".")) "io.circe" %% "circe-generic" % circeV, "io.circe" %% "circe-literal" % circeV, "io.circe" %% "circe-refined" % "0.15.1", - "io.monix" %% "newtypes-core" % "0.3.0", - "io.monix" %% "newtypes-circe-v0-14" % "0.3.0", + "io.monix" %% "newtypes-core" % "0.4.1", + "io.monix" %% "newtypes-circe-v0-14" % "0.4.1", "org.tpolecat" %% "skunk-core" % "0.6.5", "org.typelevel" %% "log4cats-slf4j" % "2.7.1", "com.amazonaws" % "aws-lambda-java-log4j2" % "1.6.0",