Skip to content

Commit

Permalink
Update scalaz-core, scalaz-effect to 7.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 17, 2023
1 parent 9dc22be commit a19607b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ lazy val root = (project in file("."))
s
},
libraryDependencies ++= Seq(
"org.scalaz" %% "scalaz-core" % "7.2.35",
"org.scalaz" %% "scalaz-effect" % "7.2.35",
"org.scalaz" %% "scalaz-core" % "7.3.7",
"org.scalaz" %% "scalaz-effect" % "7.3.7",
"org.scalatest" %% "scalatest" % "3.2.17" % "test"
),
homepage := Some(url("https://github.com/sbt/sbt-eclipse")),
Expand Down

0 comments on commit a19607b

Please sign in to comment.