Skip to content

Commit

Permalink
Update scalaz-core, scalaz-effect to 7.2.35 (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 26, 2022
1 parent 37aee49 commit 655293f
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.34",
"org.scalaz" %% "scalaz-effect" % "7.2.34",
"org.scalaz" %% "scalaz-core" % "7.2.35",
"org.scalaz" %% "scalaz-effect" % "7.2.35",
"org.scalatest" %% "scalatest" % "3.2.14" % "test"
),
homepage := Some(url("https://github.com/sbt/sbt-eclipse")),
Expand Down

0 comments on commit 655293f

Please sign in to comment.