From ff84b5f6bfc7e2cbbd40b30e177523933112b3ae Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 08:11:53 +0000 Subject: [PATCH] Update newtypes-core to 0.4.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c22ab4ae..213bc59c 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.1", "org.http4s" %%% "http4s-client" % http4sVersion, "org.http4s" %%% "http4s-circe" % http4sVersion, "org.http4s" %%% "http4s-dsl" % http4sVersion % Test,