From 987814012add5b0eaf2734ccbbbabeb1e196747d Mon Sep 17 00:00:00 2001 From: Liplum Date: Wed, 13 Dec 2023 03:11:02 +0800 Subject: [PATCH] fixed TestProjectMulti-project --- TestMultiproject/build.gradle.kts | 8 ++++---- TestMultiproject/js/build.gradle.kts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/TestMultiproject/build.gradle.kts b/TestMultiproject/build.gradle.kts index 5da3eb7..63cdfe6 100644 --- a/TestMultiproject/build.gradle.kts +++ b/TestMultiproject/build.gradle.kts @@ -7,15 +7,15 @@ plugins { } mindustry { dependency { - mindustry on "v141.3" - arc on "v141.3" + mindustry on "v146" + arc on "v146" } } runMindustry { addClient { - official(version = "v141.3") + official(version = "v146") } addServer { - official(version = "v141.3") + official(version = "v146") } } \ No newline at end of file diff --git a/TestMultiproject/js/build.gradle.kts b/TestMultiproject/js/build.gradle.kts index f0dda77..649d97f 100644 --- a/TestMultiproject/js/build.gradle.kts +++ b/TestMultiproject/js/build.gradle.kts @@ -18,7 +18,7 @@ mindustry { } runMindustry { addClient { - official(version = "v141.3") + official(version = "v146") } } mindustryAssets {