Skip to content

Commit

Permalink
chore: Use stable version for mojang API
Browse files Browse the repository at this point in the history
  • Loading branch information
Distractic committed Aug 13, 2023
1 parent 0d30ea4 commit 69f746f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
val junitVersion = "5.10.0"
val testContainersVersion = "1.18.3"
val lettuceVersion = "6.2.3.RELEASE"
val mojangApi = "2104df63d7"
val mojangApi = "v1.0.1"
val nettyCodecVersion = "4.1.96.Final"
val assertJcoreVersion = "3.24.2"
val komapperVersion = "1.12.0"
Expand Down

0 comments on commit 69f746f

Please sign in to comment.