From 5cb1185bc51b8b4281d23240305b3daaa113e474 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 13:04:00 +0000 Subject: [PATCH] Update annotations from 24.1.0 to 25.0.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 8661a988..4aeb0209 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -20,7 +20,7 @@ object Dependencies { val http4sPrometheus = "org.http4s" %% "http4s-prometheus-metrics" % Versions.http4s val http4sServer = "org.http4s" %% "http4s-server" % Versions.http4s val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.17.2" - val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "24.1.0" + val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "25.0.0" val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2" val kindProjector = "org.typelevel" % "kind-projector" % "0.13.3" cross CrossVersion.full val lettuce = "io.lettuce" % "lettuce-core" % "6.4.0.RELEASE"