|
1 | 1 | [versions]
|
2 | 2 |
|
3 |
| -jvmTarget = "1.8" |
4 |
| -kotlinTarget = "1.6" |
| 3 | +jvmTarget = "11" |
| 4 | +kotlinTarget = "1.7" |
5 | 5 |
|
6 |
| -kotlin = "1.7.0" # https://github.com/JetBrains/kotlin/releases |
| 6 | +kotlin = "1.7.20" # https://github.com/JetBrains/kotlin/releases |
7 | 7 |
|
8 |
| -kotlinSymbolProcessing = "1.7.0-1.0.6" # https://github.com/google/ksp/releases |
9 |
| -kotlinCompileTesting = "1.4.8" # https://github.com/tschuchortdev/kotlin-compile-testing/releases |
| 8 | +kotlinSymbolProcessing = "1.7.20-1.0.8" # https://github.com/google/ksp/releases |
| 9 | +kotlinCompileTesting = "1.4.8" # https://github.com/tschuchortdev/kotlin-compile-testing/releases |
10 | 10 |
|
11 |
| -kotlinx-serialization = "1.3.3" # https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.3.3 |
12 |
| -kotlinx-knit = "0.4.0" # https://github.com/Kotlin/kotlinx-knit/releases |
13 |
| -kotlinx-coroutines = "1.6.3" # https://github.com/Kotlin/kotlinx.coroutines/releases |
14 |
| -kotlinx-kover = "0.5.1" # https://github.com/Kotlin/kotlinx-kover/releases |
| 11 | +kotlinx-serialization = "1.4.0" # https://github.com/Kotlin/kotlinx.serialization/releases/ |
| 12 | +kotlinx-knit = "0.4.0" # https://github.com/Kotlin/kotlinx-knit/releases |
| 13 | +kotlinx-coroutines = "1.6.4" # https://github.com/Kotlin/kotlinx.coroutines/releases |
| 14 | +kotlinx-kover = "0.5.1" # https://github.com/Kotlin/kotlinx-kover/releases |
15 | 15 |
|
16 |
| -okio = "3.2.0" # https://search.maven.org/artifact/com.squareup.okio/okio |
| 16 | +okio = "3.2.0" # https://search.maven.org/artifact/com.squareup.okio/okio |
17 | 17 |
|
18 |
| -kotest = "5.3.1" # https://github.com/kotest/kotest/releases |
| 18 | +kotest = "5.5.4" # https://github.com/kotest/kotest/releases |
19 | 19 |
|
20 |
| -kotlinProcess = "1.3.1" # https://github.com/pgreze/kotlin-process/releases |
| 20 | +kotlinProcess = "1.3.1" # https://github.com/pgreze/kotlin-process/releases |
21 | 21 |
|
22 |
| -classgraph = "4.8.147" # https://github.com/classgraph/classgraph/releases |
| 22 | +classgraph = "4.8.147" # https://github.com/classgraph/classgraph/releases |
23 | 23 |
|
24 |
| -gradleNodePlugin = "3.3.0" # https://github.com/node-gradle/gradle-node-plugin/releases |
25 |
| -gitVersioningPlugin = "6.1.4" # https://github.com/qoomon/gradle-git-versioning-plugin/releases |
| 24 | +gradleNodePlugin = "3.5.0" # https://github.com/node-gradle/gradle-node-plugin/releases |
| 25 | +gitVersioningPlugin = "6.3.4" # https://github.com/qoomon/gradle-git-versioning-plugin/releases |
26 | 26 |
|
27 | 27 | [libraries]
|
28 | 28 |
|
|
0 commit comments