Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Oct 22, 2023
2 parents 95d4e68 + a6ed9f8 commit a7e0430
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ performance.
* Use HTTP/SOCKS4/SOCKS5 proxies
* Multiple modules like AutoRespawn and also AutoRegister for cracked servers
* Console command support
* WIP Astar Pathfinding
* A* Pathfinding (Diagonal moves, parkour, mining blocks, placing blocks)

## ✨ Nightly builds

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
log4j = "2.21.0"
grpc = "1.58.0"
grpc = "1.59.0"
protobuf = "3.24.4"
protoc = "3.24.0"

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pluginManagement {
id("net.kyori.indra.git") version "3.1.3"
id("net.kyori.indra.checkstyle") version "3.1.3"
id("net.kyori.blossom") version "2.1.0"
id("org.graalvm.buildtools.native") version "0.9.27"
id("org.graalvm.buildtools.native") version "0.9.28"
id("com.google.protobuf") version "0.9.4"
}
}
Expand Down

0 comments on commit a7e0430

Please sign in to comment.