Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œ#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update cats-core to 2.13.0 #864

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update cats-core to 2.13.0
  • Loading branch information
scala-steward committed Jan 21, 2025
commit bb0ca49984cce7dda5cd9355f651bfc3cdfb1c2c
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ object Build extends AutoPlugin {
val ScalatestVersion = "3.2.17"
val Slf4jVersion = "2.0.16"
val Json4sVersion = "3.6.11"
val CatsVersion = "2.7.0"
val CatsVersion = "2.13.0"
val RefinedVersion = "0.9.26"
val ShapelessVersion = "2.3.7"
val MagnoliaVersion = "1.1.4"
Loading