Skip to content

Commit a87c89e

Browse files
authored
Merge pull request avast#1273 from scala-steward/update/annotations-26.0.2
Update annotations from 26.0.1 to 26.0.2
2 parents dd60b26 + 06df6b3 commit a87c89e

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.18.2"
23-
val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "26.0.1"
23+
val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "26.0.2"
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.5.2.RELEASE"

0 commit comments

Comments
 (0)