From c95c3c89add71896c88ce1438e82c71f35bc1774 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 08:07:00 +0000 Subject: [PATCH] Update newtypes-core to 0.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bf706b8..3737e51 100644 --- a/build.sbt +++ b/build.sbt @@ -55,7 +55,7 @@ lazy val `http4s-consul-middleware` = crossProject(JSPlatform, JVMPlatform) "org.http4s" %%% "http4s-client" % http4sVersion, "org.http4s" %%% "http4s-circe" % http4sVersion, "io.circe" %%% "circe-literal" % "0.14.10", - "io.monix" %%% "newtypes-core" % "0.2.3", + "io.monix" %%% "newtypes-core" % "0.3.0", "org.typelevel" %%% "log4cats-core" % log4catsVersion, "org.typelevel" %%% "keypool" % "0.4.10", "org.typelevel" %%% "case-insensitive" % "1.4.0",