Skip to content

Commit

Permalink
Fix arena IP, update Minestom (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakShearman authored May 21, 2023
1 parent 6637234 commit 11459e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Arena is a demo server made with [Minestom](https://github.com/Minestom/Minestom), as both a showcase for what Minestom is
capable of and as a way to teach developers how to work with Minestom.

The demo server is hosted at play.minestom.net, or you can follow below guide to get it up and running yourself.
The demo server is hosted at arena.minestom.net, or you can follow below guide to get it up and running yourself.

# Table of contents
- [Install](#install)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
}

dependencies {
implementation("com.github.Minestom:Minestom:9abb3079f6")
implementation("com.github.Minestom:Minestom:e0427a36f3")
implementation("de.articdive:jnoise-pipeline:4.0.0")
implementation("io.prometheus:simpleclient:0.16.0")
implementation("io.prometheus:simpleclient_hotspot:0.16.0")
Expand Down

0 comments on commit 11459e7

Please sign in to comment.