Skip to content

Commit

Permalink
fix tests on java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Nov 21, 2024
1 parent bdd9e25 commit 286b582
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class KotlinSourceKitTest extends AbstractKitTest {
setup:
build """
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.9.23'
id 'org.jetbrains.kotlin.jvm' version '2.0.21'
id 'ru.vyarus.animalsniffer'
}
Expand Down Expand Up @@ -63,7 +63,7 @@ class KotlinSourceKitTest extends AbstractKitTest {
setup:
build """
plugins {
id 'org.jetbrains.kotlin.multiplatform' version '1.9.0-RC'
id 'org.jetbrains.kotlin.multiplatform' version '2.0.21'
id 'ru.vyarus.animalsniffer'
}
Expand Down

0 comments on commit 286b582

Please sign in to comment.