diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 7be7351..9cf150d 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -4,11 +4,11 @@ plugins { } dependencies { - api("gg.grounds:scene-format:0.2.0") + api("gg.grounds:scene-format:0.2.1") implementation("gg.grounds:resourcepacks-catalog:0.6.0") implementation("gg.grounds:plugin-lobby-scene-catalog:1.13.1") - testImplementation("gg.grounds:scene-testkit:0.2.0") + testImplementation("gg.grounds:scene-testkit:0.2.1") testImplementation("org.junit.jupiter:junit-jupiter:6.1.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher") }