Skip to content

Commit

Permalink
fix(deps): update dependency net.byteflux:libby-bukkit to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 25, 2023
1 parent e1fb6df commit 4df86b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ dependencies {
// library "org.spongepowered:configurate-yaml:4.1.2"
// Spigot/GitHub Releases Update checker. Am I that lazy? Yes.
implementation 'com.jeff_media:SpigotUpdateChecker:3.0.3'
implementation 'net.byteflux:libby-bukkit:1.2.0'
implementation 'net.byteflux:libby-bukkit:1.3.0'

// Just a reminder: compileOnly means that we're not shading this dependency into our jar. This is usually when we're using a dependency that is already provided by the server. Aka, when it's already in the server's classpath.
// implementation means that we're shading this dependency into our jar. This is usually when we're using a dependency that is not provided by the server. Aka, when it's not in the server's classpath.
Expand Down

0 comments on commit 4df86b0

Please sign in to comment.