We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b69714 + 5cb1185 commit 6ee961eCopy full SHA for 6ee961e
project/Dependencies.scala
@@ -20,7 +20,7 @@ object Dependencies {
20
val http4sPrometheus = "org.http4s" %% "http4s-prometheus-metrics" % Versions.http4s
21
val http4sServer = "org.http4s" %% "http4s-server" % Versions.http4s
22
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.17.2"
23
- val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "24.1.0"
+ val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "25.0.0"
24
val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2"
25
val kindProjector = "org.typelevel" % "kind-projector" % "0.13.3" cross CrossVersion.full
26
val lettuce = "io.lettuce" % "lettuce-core" % "6.4.0.RELEASE"
0 commit comments