We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2eae630 + d679434 commit 9c8c624Copy full SHA for 9c8c624
project/Dependencies.scala
@@ -17,7 +17,7 @@ object Dependencies {
17
val http4sDsl = "org.http4s" %% "http4s-dsl" % Versions.http4s
18
val http4sServer = "org.http4s" %% "http4s-server" % Versions.http4s
19
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.13.2.2"
20
- val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "21.0.1"
+ val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "23.0.0"
21
val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2"
22
val kindProjector = "org.typelevel" % "kind-projector" % "0.13.2" cross CrossVersion.full
23
val lettuce = "io.lettuce" % "lettuce-core" % "6.1.8.RELEASE"
0 commit comments