Skip to content

Commit

Permalink
Update Java Utilities
Browse files Browse the repository at this point in the history
8d23817277 -> 1.1.0
  • Loading branch information
srnyx committed Jun 27, 2024
1 parent 42ffc77 commit a8869cd
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 @@ -24,7 +24,7 @@ dependencies {
compileOnlyApi("org.reflections", "reflections", "0.10.2") // Downloaded on runtime
compileOnlyApi("org.jetbrains", "annotations", "24.1.0")
implementationRelocate(project, "net.byteflux:libby-bukkit:1.3.0", "net.byteflux.libby")
implementationRelocate(project, "xyz.srnyx:java-utilities:8d23817277", "xyz.srnyx.javautilities")
implementationRelocate(project, "xyz.srnyx:java-utilities:1.1.0", "xyz.srnyx.javautilities")
}

// Publishing
Expand Down

0 comments on commit a8869cd

Please sign in to comment.