We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89222cd + 8e0616b commit bdb9d58Copy full SHA for bdb9d58
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.18.3"
23
- val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "26.0.2"
+ val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "26.0.2-1"
24
val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2"
25
val kindProjector = "org.typelevel" % "kind-projector" % "0.13.4" cross CrossVersion.full
26
val lettuce = "io.lettuce" % "lettuce-core" % "6.8.1.RELEASE"
0 commit comments