Skip to content

Commit

Permalink
Merge pull request #668 from scala-steward/update/kind-projector-0.13.2
Browse files Browse the repository at this point in the history
Update kind-projector from 0.13.1 to 0.13.2
  • Loading branch information
mergify[bot] authored Sep 4, 2021
2 parents c913e72 + 6ce99ff commit 414ed60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Dependencies {
val http4sServer = "org.http4s" %% "http4s-server" % Versions.http4s
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.12.5"
val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2"
val kindProjector = "org.typelevel" % "kind-projector" % "0.13.1" cross CrossVersion.full
val kindProjector = "org.typelevel" % "kind-projector" % "0.13.2" cross CrossVersion.full
val lettuce = "io.lettuce" % "lettuce-core" % "6.1.4.RELEASE"
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.5"
val micrometerCore = "io.micrometer" % "micrometer-core" % Versions.micrometerCore
Expand Down

0 comments on commit 414ed60

Please sign in to comment.