From c36192e68b718ecdcdf5fec655b4aabc30bdc07d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 Apr 2023 23:54:53 +0000 Subject: [PATCH] Update zio-interop-cats to 23.0.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4210146..3354ba0 100644 --- a/build.sbt +++ b/build.sbt @@ -140,7 +140,7 @@ lazy val cats = CrossProject("desert-cats", file("desert-cats"))(JVMPlatform, JS description := "Desert serializers for cats data types", libraryDependencies ++= Seq( "org.typelevel" %% "cats-core" % "2.9.0", - "dev.zio" %% "zio-interop-cats" % "23.0.0.2" % Test + "dev.zio" %% "zio-interop-cats" % "23.0.0.4" % Test ) ) .jsSettings(coverageEnabled := false)