Skip to content

Commit

Permalink
Update cats-core to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 15, 2023
1 parent 00000bb commit 1f484bd
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 @@ -76,7 +76,7 @@ lazy val app: Project = (project in file("app"))
"com.monovore" %% "decline" % declineVersion,
"com.monovore" %% "decline-effect" % declineVersion,
"com.softwaremill.common" %% "tagging" % "2.3.4",
"org.typelevel" %% "cats-core" % "2.9.0",
"org.typelevel" %% "cats-core" % "2.10.0",
"org.scalatest" %% "scalatest" % "3.2.16" % Test,
"org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0" % Test
) ++ loggingDependencies ++ apiDocsDependencies
Expand Down

0 comments on commit 1f484bd

Please sign in to comment.