Skip to content

Commit 9c8c624

Browse files
authored
Merge pull request #878 from scala-steward/update/annotations-23.0.0
Update annotations from 21.0.1 to 23.0.0
2 parents 2eae630 + d679434 commit 9c8c624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object Dependencies {
1717
val http4sDsl = "org.http4s" %% "http4s-dsl" % Versions.http4s
1818
val http4sServer = "org.http4s" %% "http4s-server" % Versions.http4s
1919
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.13.2.2"
20-
val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "21.0.1"
20+
val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "23.0.0"
2121
val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2"
2222
val kindProjector = "org.typelevel" % "kind-projector" % "0.13.2" cross CrossVersion.full
2323
val lettuce = "io.lettuce" % "lettuce-core" % "6.1.8.RELEASE"

0 commit comments

Comments
 (0)