From 0c14dcc876ee71b45e939c271a5cc5dbad8affae Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 12:06:41 +0000 Subject: [PATCH] Update newtypes-core to 0.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c22ab4ae..63f6ff5e 100644 --- a/build.sbt +++ b/build.sbt @@ -166,7 +166,7 @@ lazy val lambdaCloudFormationCustomResource = crossProject(JSPlatform, JVMPlatfo case _ => Nil }), libraryDependencies ++= Seq( - "io.monix" %%% "newtypes-core" % "0.3.0", + "io.monix" %%% "newtypes-core" % "0.4.0", "org.http4s" %%% "http4s-client" % http4sVersion, "org.http4s" %%% "http4s-circe" % http4sVersion, "org.http4s" %%% "http4s-dsl" % http4sVersion % Test,