Skip to content

Commit

Permalink
Update cats-core, cats-core_2.13 to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed May 29, 2024
1 parent 4c81f73 commit c5b32ce
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 @@ -233,7 +233,7 @@ lazy val V = new {
val scalatest = "3.2.18"
val scala3 = "3.3.3"
val scalafix = "0.12.1"
val catsCore = "2.10.0"
val catsCore = "2.12.0"
val kindProjector = "0.13.3"
val coursierApi = "2.1.9"
val coursierInterface = "1.0.19"
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.12.0"
val kindProjector = "0.13.3"
}
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.10.0"
val catsCore = "2.12.0"
val kindProjector = "0.13.3"
}

0 comments on commit c5b32ce

Please sign in to comment.