11import  org.apache.tools.ant.filters.ReplaceTokens 
22
33plugins  {
4- 	id ' org.jetbrains.kotlin.jvm' ' 1.8.10 ' 
4+ 	id ' org.jetbrains.kotlin.jvm' ' 1.8.22 ' 
55	id ' com.github.johnrengelman.shadow' ' 7.1.2' false 
6- 	id " com.github.ben-manes.versions" " 0.46 .0" 
6+ 	id " com.github.ben-manes.versions" " 0.47 .0" 
77}
88
99allprojects  {
@@ -28,7 +28,7 @@ allprojects {
2828		implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8" 
2929
3030		//  spigot
31- 		compileOnly " org.spigotmc:spigot-api:1.19.4 -R0.1-SNAPSHOT" 
31+ 		compileOnly " org.spigotmc:spigot-api:1.20 -R0.1-SNAPSHOT" 
3232	}
3333
3434	sourceCompatibility =  JavaVersion . VERSION_1_8 
@@ -77,15 +77,15 @@ dependencies {
7777	implementation " co.aikar:acf-paper:0.5.1-SNAPSHOT" 
7878
7979	//  Support for materials across all versions
80- 	implementation ' com.github.cryptomorin:XSeries:9.3.1 ' 
80+ 	implementation ' com.github.cryptomorin:XSeries:9.4.0 ' 
8181
8282	//  bstats
83- 	implementation ' org.bstats:bstats-bukkit:3.0.1 ' 
83+ 	implementation ' org.bstats:bstats-bukkit:3.0.2 ' 
8484
8585	//  json stuff
8686	implementation ' net.kyori:adventure-platform-bukkit:4.3.0' 
87- 	implementation ' net.kyori:adventure-api:4.13 .0' 
88- 	implementation ' net.kyori:adventure-text-minimessage:4.13 .0' 
87+ 	implementation ' net.kyori:adventure-api:4.14 .0' 
88+ 	implementation ' net.kyori:adventure-text-minimessage:4.14 .0' 
8989
9090	implementation project(" :version" 
9191	implementation project(" :version_old" 
0 commit comments