Skip to content

Commit 02ad49a

Browse files
committed
Update kind-projector to 0.11.3
1 parent 81e805d commit 02ad49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ object Dependencies {
1818
val http4sServer = "org.http4s" %% "http4s-server" % Versions.http4s
1919
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.12.1"
2020
val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2"
21-
val kindProjector = "org.typelevel" % "kind-projector" % "0.11.2" cross CrossVersion.full
21+
val kindProjector = "org.typelevel" % "kind-projector" % "0.11.3" cross CrossVersion.full
2222
val lettuce = "io.lettuce" % "lettuce-core" % "6.0.2.RELEASE"
2323
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.3"
2424
val micrometerCore = "io.micrometer" % "micrometer-core" % Versions.micrometerCore

0 commit comments

Comments
 (0)