Skip to content

Commit

Permalink
#594 Fixed guice dependency does not work with 1.17.1 shaded guava.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shynixn committed Jan 5, 2025
1 parent 3bacc40 commit 556ba0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "com.github.shynixn"
version = "7.10.0"
version = "7.10.1"

repositories {
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin-legacy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: BlockBall
version: 7.10.0
version: 7.10.1
author: Shynixn
website: https://www.spigotmc.org/members/shynixn.63455/
main: com.github.shynixn.blockball.BlockBallPlugin
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: BlockBall
version: 7.10.0
version: 7.10.1
author: Shynixn
website: https://www.spigotmc.org/members/shynixn.63455/
main: com.github.shynixn.blockball.BlockBallPlugin
Expand All @@ -8,7 +8,7 @@ api-version: 1.13
libraries:
- com.github.shynixn.mccoroutine:mccoroutine-bukkit-api:2.20.0
- com.github.shynixn.mccoroutine:mccoroutine-bukkit-core:2.20.0
- com.google.inject:guice:7.0.0
- com.google.inject:guice:5.0.1
- com.google.code.gson:gson:2.10.1
- com.zaxxer:HikariCP:5.1.0
- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.25
Expand Down

0 comments on commit 556ba0d

Please sign in to comment.