Skip to content

Commit

Permalink
Merge pull request #41 from 4drian3d/renovate/org.jetbrains-annotatio…
Browse files Browse the repository at this point in the history
…ns-23.x

fix(deps): update dependency org.jetbrains:annotations to v23.1.0
  • Loading branch information
4drian3d committed Feb 6, 2023
2 parents 6e1f4cc + 33073b3 commit fe79ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ val caffeine = property("caffeine-version") as String
dependencies {
compileOnly("org.spongepowered:configurate-hocon:$configurate")
compileOnly("com.github.ben-manes.caffeine:caffeine:$caffeine")
compileOnly("org.jetbrains:annotations:23.0.0")
compileOnly("org.jetbrains:annotations:23.1.0")
shadow("net.byteflux:libby-velocity:1.1.5")

compileOnly("com.github.4drian3d:MiniPlaceholders:1.3.1")
Expand Down

0 comments on commit fe79ce2

Please sign in to comment.