Skip to content

Commit

Permalink
Update kind-projector to 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Feb 24, 2024
1 parent b4bdab0 commit e644818
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 @@ -214,7 +214,7 @@ lazy val V = new {
val scala3 = "3.3.1"
val scalafix = "0.11.1"
val catsCore = "2.10.0"
val kindProjector = "0.13.2"
val kindProjector = "0.13.3"
val coursierApi = "2.1.7"
val coursierInterface = "1.0.19"
val scalameta = "4.8.8"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ lazy val `library-dependencies` = project
lazy val V = new {
val scala213 = "2.13.11"
val catsCore = "2.10.0"
val kindProjector = "0.13.2"
val kindProjector = "0.13.3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ lazy val `unresolved-dependencies` = project
lazy val V = new {
val scala213 = "2.13.11"
val catsCore = "2.10.0"
val kindProjector = "0.13.2"
val kindProjector = "0.13.3"
}

0 comments on commit e644818

Please sign in to comment.