Skip to content

Commit

Permalink
Merge pull request #394 from scala-steward/update/kittens-3.2.0
Browse files Browse the repository at this point in the history
Update kittens to 3.2.0
  • Loading branch information
etorres authored Jan 15, 2024
2 parents 8353eca + 70fc4cd commit 3c4ee70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ trait Cats {

private[this] val catsVersion = "2.10.0"
private[this] val catsEffectVersion = "3.5.2"
private[this] val kittensVersion = "3.1.0"
private[this] val kittensVersion = "3.2.0"

val catsCore = organization %% "cats-core" % catsVersion
val catsEffect = organization %% "cats-effect" % catsEffectVersion
Expand Down

0 comments on commit 3c4ee70

Please sign in to comment.