File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66 `maven- publish`
77 id(" org.jetbrains.dokka" ) version " 1.9.20"
88 id(" org.cadixdev.licenser" ) version " 0.6.1"
9- id(" org.jetbrains.kotlin.jvm" ) version " 1.9.25 "
9+ id(" org.jetbrains.kotlin.jvm" ) version " 2.1.20 "
1010 id(" io.github.gradle-nexus.publish-plugin" ) version " 1.3.0"
1111}
1212
@@ -33,7 +33,7 @@ repositories {
3333
3434dependencies {
3535 api(" io.github.dkim19375:dkimcore:1.5.0" )
36- api(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.25 " )
36+ api(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 " )
3737
3838 compileOnly(" me.clip:placeholderapi:2.11.6" )
3939 compileOnly(" com.github.MilkBowl:VaultAPI:1.7.1" )
@@ -43,7 +43,7 @@ dependencies {
4343 // testing libs
4444 testImplementation(" junit:junit:4.13.2" )
4545 testImplementation(" org.junit.jupiter:junit-jupiter:5.12.1" )
46- testImplementation(" org.jetbrains.kotlin:kotlin-test:1.9.25 " )
46+ testImplementation(" org.jetbrains.kotlin:kotlin-test:2.1.20 " )
4747 testImplementation(" org.mockito.kotlin:mockito-kotlin:5.4.0" )
4848 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.1" )
4949 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.1" )
You can’t perform that action at this time.
0 commit comments