Skip to content

Commit

Permalink
Update algebra, cats-core, cats-kernel to 2.12.0 (#5383)
Browse files Browse the repository at this point in the history
Co-authored-by: Michel Davit <[email protected]>
  • Loading branch information
scala-steward and RustedBones authored May 31, 2024
1 parent 79a0ecb commit 12563b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,13 @@ val perfmarkVersion = "0.27.0"
val protobufVersion = "3.25.3"

val algebirdVersion = "0.13.10"
val algebraVersion = "2.10.0"
val annoy4sVersion = "0.10.0"
val annoyVersion = "0.2.6"
val breezeVersion = "2.1.0"
val caffeineVersion = "2.9.3"
val cassandraDriverVersion = "3.11.5"
val cassandraVersion = "3.11.17"
val catsVersion = "2.10.0"
val catsVersion = "2.12.0"
val chillVersion = "0.10.0"
val circeVersion = "0.14.7"
val commonsTextVersion = "1.10.0"
Expand Down Expand Up @@ -146,6 +145,7 @@ val testContainersVersion = "0.41.3"
val voyagerVersion = "2.0.6"
val zoltarVersion = "0.6.0"
// dependent versions
val algebraVersion = catsVersion // algebra is a cats module
val scalatestplusVersion = s"$scalatestVersion.0"

val NothingFilter: explicitdeps.ModuleFilter = { _ => false }
Expand Down

0 comments on commit 12563b9

Please sign in to comment.