Skip to content

Commit 8c649ae

Browse files
committed
update kotest and ksp versions. correct packages
1 parent 65585c5 commit 8c649ae

File tree

5 files changed

+5
-66
lines changed

5 files changed

+5
-66
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
kotlin = "2.2.10"
3-
kotest = "6.0.2"
2+
kotlin = "2.2.21"
3+
kotest = "6.0.4"
44
detekt = "1.23.8"
55
ktlint = "1.1.0"
66
okio = "3.15.0"
@@ -14,7 +14,7 @@ kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", versi
1414
kotlin-benchmark = { id = "org.jetbrains.kotlinx.benchmark", version.ref = "benchmark" }
1515
kotlin-allopen = { id = "org.jetbrains.kotlin.plugin.allopen", version.ref = "kotlin" }
1616
kotest-multiplatform = { id = "io.kotest", version.ref = "kotest" }
17-
google-ksp = { id = "com.google.devtools.ksp", version = "2.1.21-2.0.2" }
17+
google-ksp = { id = "com.google.devtools.ksp", version = "2.3.0" }
1818
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.9.1" }
1919
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
2020
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "13.1.0" }

test-suites/schema-test-suite

Submodule schema-test-suite updated 37 files

test-suites/src/commonTest/kotlin/io/github/optimumcode/json/schema/suite/AbstractSchemaTestSuite.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import io.github.optimumcode.json.schema.SchemaType
1111
import io.kotest.assertions.withClue
1212
import io.kotest.core.spec.style.FunSpec
1313
import io.kotest.matchers.shouldBe
14-
import io.kotest.mpp.env
14+
import io.kotest.common.env
1515
import kotlinx.serialization.ExperimentalSerializationApi
1616
import kotlinx.serialization.KSerializer
1717
import kotlinx.serialization.Serializable

test-suites/src/commonTest/kotlin/io/github/optimumcode/json/schema/suite/draft2019_09/TestSuite.kt

Lines changed: 0 additions & 39 deletions
This file was deleted.

test-suites/src/commonTest/kotlin/io/github/optimumcode/json/schema/suite/draft2020_12/TestSuite.kt

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)