From a32bd7cd8baf2b1eb7aa6528e9760ea856a0ada9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 12 Oct 2024 13:00:16 +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 3a8c808..ef1b09d 100644 --- a/build.sbt +++ b/build.sbt @@ -64,7 +64,7 @@ lazy val `fake-ec2-metadata-service` = project "io.circe" %% "circe-literal" % "0.14.10", "dev.holt" %% "java-time-literals" % "1.1.1", "software.amazon.awssdk" % "profiles" % "2.28.19", - "io.monix" %% "newtypes-core" % "0.2.3", + "io.monix" %% "newtypes-core" % "0.3.0", "org.typelevel" %% "mouse" % "1.3.2", "ch.qos.logback" % "logback-classic" % "1.5.9" % Runtime, "org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test,