-
-
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.
Merge pull request #170 from InsightsPlugin/feature/1.19.1
Bump VersionConstants for 1.19.1 update
- Loading branch information
Showing
5 changed files
with
24 additions
and
16 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.6" | ||
const val pluginYmlVersion = "0.5.1" | ||
const val userdevVersion = "1.3.8" | ||
const val pluginYmlVersion = "0.5.2" | ||
const val shadowVersion = "7.1.2" | ||
const val minecraftVersion = "1.19-R0.1-SNAPSHOT" | ||
const val cloudVersion = "1.7.0-SNAPSHOT" | ||
const val minecraftVersion = "1.19.2-R0.1-SNAPSHOT" | ||
const val cloudVersion = "1.7.0" | ||
const val adventureVersion = "4.12.0-SNAPSHOT" | ||
const val adventurePlatformVersion = "4.1.1" | ||
const val adventurePlatformVersion = "4.1.2" | ||
const val paperLibVersion = "1.0.7" | ||
const val bStatsVersion = "3.0.0" | ||
const val minecraftReflectionVersion = "123e2f546c" | ||
const val placeholderapiVersion = "2.10.9" | ||
const val commodoreVersion = "2.0" | ||
const val placeholderapiVersion = "2.11.2" | ||
const val commodoreVersion = "2.2" | ||
const val brigadierVersion = "1.0.18" | ||
const val assertjVersion = "3.21.0" | ||
const val mockitoVersion = "4.2.0" | ||
const val assertjVersion = "3.23.1" | ||
const val mockitoVersion = "4.6.1" | ||
const val jupiterVersion = "5.8.2" | ||
} |
Binary file not shown.
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,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
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