Skip to content

Commit

Permalink
Update cats-core, cats-core_2.13 to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Aug 25, 2023
1 parent fac4df9 commit 10047f8
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 @@ -212,7 +212,7 @@ lazy val V = new {
val scalafix = "0.11.0"
val scribe = "3.8.2"
val organizeImports = "0.4.3"
val catsCore = "2.7.0"
val catsCore = "2.10.0"
val kindProjector = "0.13.2"
val coursierApi = "2.0.16"
val coursierInterface = "1.0.7"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ lazy val `library-dependencies` = project

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

lazy val V = new {
val scala213 = "2.13.11"
val catsCore = "2.7.0"
val catsCore = "2.10.0"
val kindProjector = "0.13.2"
}

0 comments on commit 10047f8

Please sign in to comment.