Skip to content

Commit b714cfa

Browse files
dependency: Update dependency org.jetbrains.kotlin:kotlin-stdlib-jdk8 to v2.2.0
1 parent 5947645 commit b714cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
}
99

1010
dependencies {
11-
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.21")
11+
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.0")
1212
implementation("com.github.johnrengelman:shadow:8.1.1")
1313
implementation("net.minecrell:plugin-yml:0.6.0")
1414
}

0 commit comments

Comments
 (0)