File tree Expand file tree Collapse file tree 9 files changed +13
-9
lines changed
json-schema-validator-objects
src/commonTest/kotlin/io/github/optimumcode/json/schema/wrappers/objects Expand file tree Collapse file tree 9 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 7474 with :
7575 distribution : temurin
7676 java-version-file : .java-version
77- - uses : actions/setup-python@v5
77+ - uses : actions/setup-python@v6
7878 with :
7979 python-version-file : .python-version
8080 - name : Validate Gradle Wrapper
Original file line number Diff line number Diff line change 4141 with :
4242 distribution : temurin
4343 java-version-file : .java-version
44- - uses : actions/setup-python@v5
44+ - uses : actions/setup-python@v6
4545 with :
4646 python-version-file : .python-version
4747 - name : Validate Gradle Wrapper
Original file line number Diff line number Diff line change 5252 with :
5353 distribution : temurin
5454 java-version-file : .java-version
55- - uses : actions/setup-python@v5
55+ - uses : actions/setup-python@v6
5656 with :
5757 python-version-file : .python-version
5858 - name : Validate Gradle Wrapper
@@ -118,7 +118,7 @@ jobs:
118118 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
119119 - name : Create release
120120 id : create_release
121- uses : ncipollo/release-action@v1.18 .0
121+ uses : ncipollo/release-action@v1.20 .0
122122 with :
123123 body : ${{ steps.build_changelog.outputs.changelog }}
124124 name : Release ${{ needs.version.outputs.RELEASE_VERSION }}
Original file line number Diff line number Diff line change 3737 with :
3838 distribution : temurin
3939 java-version-file : .java-version
40- - uses : actions/setup-python@v5
40+ - uses : actions/setup-python@v6
4141 with :
4242 python-version-file : .python-version
4343 - name : Validate Gradle Wrapper
Original file line number Diff line number Diff line change 11[versions ]
22kotlin = " 2.2.10"
3- kotest = " 6.0.0.M3 "
3+ kotest = " 6.0.2 "
44detekt = " 1.23.8"
55ktlint = " 1.1.0"
66okio = " 3.15.0"
@@ -13,7 +13,8 @@ jackson = "2.20.0"
1313kotlin-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
1414kotlin-benchmark = { id = " org.jetbrains.kotlinx.benchmark" , version.ref = " benchmark" }
1515kotlin-allopen = { id = " org.jetbrains.kotlin.plugin.allopen" , version.ref = " kotlin" }
16- kotest-multiplatform = { id = " io.kotest.multiplatform" , version.ref = " kotest" }
16+ kotest-multiplatform = { id = " io.kotest" , version.ref = " kotest" }
17+ google-ksp = { id = " com.google.devtools.ksp" , version = " 2.2.10-2.0.2" }
1718kover = { id = " org.jetbrains.kotlinx.kover" , version = " 0.9.1" }
1819detekt = { id = " io.gitlab.arturbosch.detekt" , version.ref = " detekt" }
1920ktlint = { id = " org.jlleitschuh.gradle.ktlint" , version = " 13.1.0" }
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ plugins {
1010 convention.`multiplatform- lib`
1111 convention.`multiplatform- tests`
1212 alias(libs.plugins.kotlin.serialization)
13+ alias(libs.plugins.google.ksp)
1314 alias(libs.plugins.kotest.multiplatform)
1415 alias(libs.plugins.kover)
1516 alias(libs.plugins.detekt)
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ import io.kotest.assertions.asClue
77import io.kotest.assertions.assertSoftly
88import io.kotest.assertions.throwables.shouldNotThrowAny
99import io.kotest.assertions.throwables.shouldThrow
10- import io.kotest.core .Platform
11- import io.kotest.core .platform
10+ import io.kotest.common .Platform
11+ import io.kotest.common .platform
1212import io.kotest.core.spec.style.FunSpec
1313import io.kotest.core.test.Enabled
1414import io.kotest.core.test.EnabledOrReasonIf
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ plugins {
1010 convention.`multiplatform- lib`
1111 convention.`multiplatform- tests`
1212 alias(libs.plugins.kotlin.serialization)
13+ alias(libs.plugins.google.ksp)
1314 alias(libs.plugins.kotest.multiplatform)
1415 alias(libs.plugins.kover)
1516 alias(libs.plugins.detekt)
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ plugins {
1010 convention.`multiplatform- jvm`
1111 convention.`multiplatform- tests`
1212 alias(libs.plugins.kotlin.serialization)
13+ alias(libs.plugins.google.ksp)
1314 alias(libs.plugins.kotest.multiplatform)
1415 alias(libs.plugins.kover)
1516 alias(libs.plugins.detekt)
You can’t perform that action at this time.
0 commit comments