Skip to content

Commit

Permalink
Update alleycats-core, cats-core to 2.10.0 (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward and mergify[bot] authored Jan 12, 2024
1 parent 4981d6f commit c430200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ object Deps {
val scalatest = s("org.scalatest" %%% "scalatest" % "3.2.17")

val cats = new {
val core = s("org.typelevel" %%% "cats-core" % "2.9.0")
val core = s("org.typelevel" %%% "cats-core" % "2.10.0")
val effect = s("org.typelevel" %%% "cats-effect" % "3.4.7")
val alley = s("org.typelevel" %%% "alleycats-core" % "2.9.0")
val alley = s("org.typelevel" %%% "alleycats-core" % "2.10.0")
}

val scalaJS = new {
Expand Down

0 comments on commit c430200

Please sign in to comment.