File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -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.0.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.11.2" )
46- testImplementation(" org.jetbrains.kotlin:kotlin-test:1.9.25 " )
46+ testImplementation(" org.jetbrains.kotlin:kotlin-test:2.0.20 " )
4747 testImplementation(" org.mockito.kotlin:mockito-kotlin:5.4.0" )
4848 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.2" )
4949 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.2" )
You can’t perform that action at this time.
0 commit comments