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 8db52e8 + e995cb7 commit 6498b61Copy full SHA for 6498b61
project/Dependencies.scala
@@ -19,7 +19,7 @@ object Dependencies {
19
val http4sDsl = "org.http4s" %% "http4s-dsl" % Versions.http4s
20
val http4sServer = "org.http4s" %% "http4s-server" % Versions.http4s
21
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.16.1"
22
- val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "24.0.1"
+ val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "24.1.0"
23
val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2"
24
val kindProjector = "org.typelevel" % "kind-projector" % "0.13.2" cross CrossVersion.full
25
val lettuce = "io.lettuce" % "lettuce-core" % "6.2.7.RELEASE"
0 commit comments