Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Gradle Galaxy: 1.3.1 -> 1.3.2
JetBrains Annotations: 24.1.0 -> 25.0.0
Java Utilities: 0ee049d52d -> 2.0.0
  • Loading branch information
srnyx committed Oct 3, 2024
1 parent 3bf9e99 commit 2dfff0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import xyz.srnyx.gradlegalaxy.utility.*
plugins {
java
`java-library`
id("xyz.srnyx.gradle-galaxy") version "1.3.1"
id("xyz.srnyx.gradle-galaxy") version "1.3.2"
id("com.gradleup.shadow") version "8.3.3"
}

Expand All @@ -22,9 +22,9 @@ dependencies {
compileOnly("de.tr7zw", "item-nbt-api", "2.13.2") // Downloaded on runtime
compileOnlyApi("org.bstats", "bstats-bukkit", "3.1.0") // Downloaded on runtime
compileOnlyApi("org.reflections", "reflections", "0.10.2") // Downloaded on runtime
compileOnlyApi("org.jetbrains", "annotations", "24.1.0")
compileOnlyApi("org.jetbrains", "annotations", "25.0.0")
implementationRelocate(project, "net.byteflux:libby-bukkit:1.3.1", "net.byteflux.libby")
implementationRelocate(project, "xyz.srnyx:java-utilities:0ee049d52d", "xyz.srnyx.javautilities")
implementationRelocate(project, "xyz.srnyx:java-utilities:2.0.0", "xyz.srnyx.javautilities")
}

// Publishing
Expand Down

0 comments on commit 2dfff0b

Please sign in to comment.