-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
279c029
commit 1c99068
Showing
1 changed file
with
7 additions
and
7 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 |
---|---|---|
@@ -1,18 +1,18 @@ | ||
object VersionConstants { | ||
const val userdevVersion = "1.3.8" | ||
const val userdevVersion = "1.4.1-SNAPSHOT" | ||
const val pluginYmlVersion = "0.5.2" | ||
const val shadowVersion = "7.1.2" | ||
const val minecraftVersion = "1.19.3-R0.1-SNAPSHOT" | ||
const val cloudVersion = "1.8.0-SNAPSHOT" | ||
const val adventureVersion = "4.12.0-SNAPSHOT" | ||
const val adventurePlatformVersion = "4.1.2" | ||
const val paperLibVersion = "1.0.7" | ||
const val cloudVersion = "1.8.0" | ||
const val adventureVersion = "4.12.0" | ||
const val adventurePlatformVersion = "4.2.0" | ||
const val paperLibVersion = "1.0.8-SNAPSHOT" | ||
const val bStatsVersion = "3.0.0" | ||
const val minecraftReflectionVersion = "123e2f546c" | ||
const val placeholderapiVersion = "2.11.2" | ||
const val commodoreVersion = "2.2" | ||
const val brigadierVersion = "1.0.18" | ||
const val assertjVersion = "3.23.1" | ||
const val mockitoVersion = "4.6.1" | ||
const val jupiterVersion = "5.8.2" | ||
const val mockitoVersion = "4.11.0" | ||
const val jupiterVersion = "5.9.1" | ||
} |