diff --git a/build.sbt b/build.sbt index 2d9b138d12..7368666f6c 100644 --- a/build.sbt +++ b/build.sbt @@ -57,7 +57,7 @@ resolvers ++= Seq( ) val providedDependencies = Seq( - "org.jetbrains" % "annotations" % "24.1.0", + "org.jetbrains" % "annotations" % "26.0.1", "org.apache.commons" % "commons-lang3" % "3.17.0", "commons-codec" % "commons-codec" % "1.17.1", "org.spigotmc" % "spigot-api" % "1.18.2-R0.1-SNAPSHOT",