From 6071375acc981e6be2158ca19714a71bf370d6bf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jun 2026 15:06:53 +0000 Subject: [PATCH] Update scalaz-core to 7.3.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c24c975..9f90fd7 100644 --- a/build.sbt +++ b/build.sbt @@ -62,7 +62,7 @@ val testSettings = baseSettings ++ Seq( } }.value, libraryDependencies ++= Seq( - "org.scalaz" %% "scalaz-core" % "7.3.8", + "org.scalaz" %% "scalaz-core" % "7.3.9", "org.typelevel" %% "cats-core" % "2.13.0", ), resolvers += "bondlink-maven-repo" at "https://maven.bondlink-cdn.com",