Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHeijden committed Dec 29, 2022
1 parent 279c029 commit 1c99068
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions buildSrc/src/main/kotlin/VersionConstants.kt
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"
}

0 comments on commit 1c99068

Please sign in to comment.