Skip to content

Commit

Permalink
Merge pull request #570 from scala-steward/update/cats-core-2.10.0
Browse files Browse the repository at this point in the history
Update cats-core to 2.10.0
  • Loading branch information
mergify[bot] authored Aug 16, 2023
2 parents 078053c + 95ea4de commit 8d1ae2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lazy val commonConfigs = Seq(ItTest, UnitTest)
lazy val commonDeps = libraryDependencies ++= {
val scalaTestV = "3.2.16"
lazy val libatsV = libatsVersion.value
lazy val catsV = "2.9.0"
lazy val catsV = "2.10.0"

Seq(
"org.scala-lang.modules" %% "scala-async" % "1.0.1",
Expand Down

0 comments on commit 8d1ae2e

Please sign in to comment.