Skip to content

Commit 6498b61

Browse files
authored
Merge pull request #1108 from scala-steward/update/annotations-24.1.0
Update annotations from 24.0.1 to 24.1.0
2 parents 8db52e8 + e995cb7 commit 6498b61

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.16.1"
22-
val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "24.0.1"
22+
val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "24.1.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.7.RELEASE"

0 commit comments

Comments
 (0)