Skip to content

Commit

Permalink
Merge pull request #55 from Ender-Cube/1.20.6-changes
Browse files Browse the repository at this point in the history
Update Polar
  • Loading branch information
zax71 authored Jun 11, 2024
2 parents 7807dd6 + d94df34 commit 9180fcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hub/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dependencies {
implementation(project(":parkour"))

// Polar
implementation("dev.hollowcube:polar:1.7.2")
implementation("dev.hollowcube:polar:1.9.5")
}
2 changes: 1 addition & 1 deletion parkour/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies {
implementation("redis.clients:jedis:5.1.0")

// Polar
implementation("dev.hollowcube:polar:1.7.2")
implementation("dev.hollowcube:polar:1.9.5")
}
2 changes: 1 addition & 1 deletion spleef/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation("redis.clients:jedis:5.1.0")

// Polar
implementation("dev.hollowcube:polar:1.7.2")
implementation("dev.hollowcube:polar:1.9.5")

// GoldenStack/window
implementation("com.github.GoldenStack:window:-SNAPSHOT")
Expand Down

0 comments on commit 9180fcb

Please sign in to comment.