-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* GH-431 Use Versions.kt object to centralize versions. * Remove unused random spaces from Versions.kt. * Update minestom version in Versions.kt Signed-off-by: Martin Sulikowski <[email protected]> * Fix after merge. --------- Signed-off-by: Martin Sulikowski <[email protected]>
- Loading branch information
Showing
13 changed files
with
60 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
object Versions { | ||
|
||
const val ADVENTURE_MINIMESSAGES = "4.14.0" | ||
const val ADVENTURE_TEXT_SERIALIZER_LEGACY = "4.14.0" | ||
const val ADVENTURE_PLATFORM_API = "4.3.1" | ||
|
||
const val SPIGOT_API = "1.20.2-R0.1-SNAPSHOT" | ||
const val SPIGOT = "1.8.8-R0.1-SNAPSHOT" | ||
const val PROTOCOL_LIB = "5.1.0" | ||
|
||
const val BUNGEECORD_API = "1.20-R0.1" | ||
|
||
const val GSON = "2.10.1" | ||
const val CAFFEINE = "3.1.8" | ||
const val OKHTTP = "4.12.0" | ||
|
||
const val EXPIRING_MAP = "0.5.11" | ||
const val EXPRESSIBLE = "1.3.6" | ||
const val JETBRAINS_ANNOTATIONS = "24.0.1" | ||
|
||
const val HIBERNATE_VALIDATOR = "8.0.1.Final" | ||
const val EXPRESSLY = "5.0.0" | ||
|
||
const val JDA = "5.0.2" | ||
|
||
const val MINESTOM = "4305006e6b" | ||
|
||
const val SPONGE_API = "8.2.0" | ||
|
||
const val VELOCITY_API = "3.2.0-SNAPSHOT" | ||
|
||
// tests | ||
const val JUNIT_JUPITER = "5.10.0" | ||
const val ASSERTJ = "3.24.2" | ||
const val MOCKITO = "5.7.0" | ||
const val AWAITILITY = "4.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters