Skip to content

Commit 5f4b5e9

Browse files
authored
Merge pull request #1057 from scala-steward/update/annotations-24.0.0
Update annotations from 23.1.0 to 24.0.0
2 parents b10a070 + c5f253b commit 5f4b5e9

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
@@ -19,7 +19,7 @@ object Dependencies {
1919
val http4sDsl = "org.http4s" %% "http4s-dsl" % Versions.http4s
2020
val http4sServer = "org.http4s" %% "http4s-server" % Versions.http4s
2121
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.14.1"
22-
val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "23.1.0"
22+
val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "24.0.0"
2323
val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2"
2424
val kindProjector = "org.typelevel" % "kind-projector" % "0.13.2" cross CrossVersion.full
2525
val lettuce = "io.lettuce" % "lettuce-core" % "6.2.2.RELEASE"

0 commit comments

Comments
 (0)