Skip to content

Commit 5cb1185

Browse files
committed
Update annotations from 24.1.0 to 25.0.0
1 parent 3a9c239 commit 5cb1185

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
@@ -20,7 +20,7 @@ object Dependencies {
2020
val http4sPrometheus = "org.http4s" %% "http4s-prometheus-metrics" % Versions.http4s
2121
val http4sServer = "org.http4s" %% "http4s-server" % Versions.http4s
2222
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.17.2"
23-
val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "24.1.0"
23+
val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "25.0.0"
2424
val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2"
2525
val kindProjector = "org.typelevel" % "kind-projector" % "0.13.3" cross CrossVersion.full
2626
val lettuce = "io.lettuce" % "lettuce-core" % "6.4.0.RELEASE"

0 commit comments

Comments
 (0)