Skip to content

Commit

Permalink
Update scalaz-core, scalaz-effect to 7.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 11, 2023
1 parent 36c1b04 commit 8101998
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.8",
"org.scalaz" %% "scalaz-effect" % "7.3.8",
"org.scalatest" %% "scalatest" % "3.2.17" % "test"
),
homepage := Some(url("https://github.com/sbt/sbt-eclipse")),
Expand Down

0 comments on commit 8101998

Please sign in to comment.