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-geirolz[bot] authored and mergify[bot] committed Nov 5, 2023
1 parent d4e780e commit f417a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/ProjectDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object ProjectDependencies {

private val catsVersion = "2.9.0"
private val catsVersion = "2.10.0"
private val catsEffectVersion = "3.4.1"
private val munitVersion = "0.7.29"

Expand Down
2 changes: 1 addition & 1 deletion test/project/ProjectDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object ProjectDependencies {

private val catsVersion = "2.9.0"
private val catsVersion = "2.10.0"
private val catsEffectVersion = "3.4.1"
private val http4sVersion = "0.23.16"
private val tapirVersion = "1.2.2"
Expand Down

0 comments on commit f417a6a

Please sign in to comment.