Skip to content

Commit

Permalink
Update cats-core, cats-core_2.13 to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Jan 21, 2025
1 parent 2ab0f56 commit 80824ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ lazy val V = new {
val scalatest = "3.2.19"
val scala3 = "3.3.4"
val scalafix = "0.13.0"
val catsCore = "2.10.0"
val catsCore = "2.13.0"
val kindProjector = "0.13.3"
val coursierApi = "2.1.24"
val coursierInterface = "1.0.27"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ lazy val `library-dependencies` = project

lazy val V = new {
val scala213 = "2.13.11"
val catsCore = "2.10.0"
val catsCore = "2.13.0"
val kindProjector = "0.13.3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ lazy val `unresolved-dependencies` = project

lazy val V = new {
val scala213 = "2.13.11"
val catsCore = "2.10.0"
val catsCore = "2.13.0"
val kindProjector = "0.13.3"
}

0 comments on commit 80824ce

Please sign in to comment.