From 922022717e9bf6da77753d8dacabf9e955445a49 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 17 Sep 2023 00:27:55 +0000 Subject: [PATCH] Revert commit(s) 96106af --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 68d9749..d6ace10 100644 --- a/build.sbt +++ b/build.sbt @@ -16,8 +16,8 @@ lazy val root = (project in file(".")) s }, libraryDependencies ++= Seq( - "org.scalaz" %% "scalaz-core" % "7.3.7", - "org.scalaz" %% "scalaz-effect" % "7.3.7", + "org.scalaz" %% "scalaz-core" % "7.2.35", + "org.scalaz" %% "scalaz-effect" % "7.2.35", "org.scalatest" %% "scalatest" % "3.2.15" % "test" ), homepage := Some(url("https://github.com/sbt/sbt-eclipse")),