Skip to content

Commit b807ba3

Browse files
Update kotlin monorepo to v2
1 parent b107530 commit b807ba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repositories {
3333

3434
dependencies {
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.10")
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.0")
46-
testImplementation("org.jetbrains.kotlin:kotlin-test:1.9.25")
46+
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10")
4747
testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")
4848
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.0")
4949
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.0")

0 commit comments

Comments
 (0)