Skip to content

Commit

Permalink
hololib version bump to fix world hologram issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaimss committed Feb 8, 2021
1 parent 0857b22 commit 238f22f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ publishing {

dependencies {
compileOnly "org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT"
api "dev.jaims.hololib:core:0.0.11"
api "dev.jaims.hololib:core:0.0.12"
api "dev.jaims.mcutils:bukkit:2.2.7"
api "com.okkero.skedule:skedule:1.2.6"
api "me.mattstudios:mf-msg-bukkit:2.0.1"
Expand Down
4 changes: 2 additions & 2 deletions bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencies {
}*/

// hololib
compileOnly "dev.jaims.hololib:core:0.0.11"
pdm "dev.jaims.hololib:gson:0.0.11"
compileOnly "dev.jaims.hololib:core:0.0.12"
pdm "dev.jaims.hololib:gson:0.0.12"
// scheduler
compileOnly "com.okkero.skedule:skedule:1.2.6"
// kkotlin
Expand Down

0 comments on commit 238f22f

Please sign in to comment.