Skip to content

Commit 1b1866b

Browse files
committed
Update supported versions
1 parent 3172fc2 commit 1b1866b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

build.gradle.kts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ plugins {
88
group = "org.battleplugins.arena"
99
version = "2.0.0-SNAPSHOT"
1010

11-
val supportedVersions = listOf("1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21")
11+
val supportedVersions = listOf(
12+
"1.19.4",
13+
"1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6",
14+
"1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4"
15+
)
1216

1317
java.toolchain.languageVersion.set(JavaLanguageVersion.of(17))
1418

@@ -65,4 +69,4 @@ modrinth {
6569
dependencies {
6670
required.project("battlearena")
6771
}
68-
}
72+
}

0 commit comments

Comments
 (0)