|
1 | 1 | [versions]
|
2 | 2 | coroutines = "1.10.2" # https://github.com/Kotlin/kotlinx.coroutines
|
3 | 3 | junit = "5.13.4" # https://junit.org/junit5 | https://central.sonatype.com/artifact/org.junit.jupiter/junit-jupiter
|
4 |
| -kotlin = "2.2.0" # https://github.com/JetBrains/kotlin |
| 4 | +kotlin = "2.2.0" # https://github.com/JetBrains/kotlin |
5 | 5 | detekt = "1.23.8" # https://github.com/detekt/detekt
|
6 | 6 | dokka = "2.0.0" # https://github.com/Kotlin/dokka
|
7 | 7 | spotless = "7.2.1" # https://github.com/diffplug/spotless
|
8 | 8 | dependency = "1.33.0" # https://github.com/autonomousapps/dependency-analysis-gradle-plugin
|
9 |
| -pitest = "1.15.0" # https://plugins.gradle.org/plugin/info.solidsoft.pitest |
| 9 | +pitest = "1.19.0-rc.1" # https://plugins.gradle.org/plugin/info.solidsoft.pitest |
10 | 10 | ktlint = "13.0.0" # https://github.com/JLLeitschuh/ktlint-gradle
|
11 | 11 | kapt = "2.1.0" # https://kotlinlang.org/docs/kapt.html
|
12 | 12 | slf4j = "2.0.17" # https://www.slf4j.org TODO remove
|
13 | 13 | rxjava = "3.1.11" # https://github.com/ReactiveX/RxJava
|
14 | 14 | rxkotlin = "3.0.1" # https://github.com/ReactiveX/RxKotlin
|
15 | 15 | lincheck = "2.29" # https://github.com/JetBrains/lincheck
|
16 | 16 | serialization = "1.9.0" # https://github.com/Kotlin/kotlinx.serialization
|
17 |
| -retrofit = "3.0.0" # https://github.com/square/retrofit |
18 |
| -okhttp = "5.1.0" # https://square.github.io/okhttp/changelogs/changelog |
19 |
| -dagger = "2.57" # https://dagger.dev |
| 17 | +retrofit = "3.0.0" # https://github.com/square/retrofit |
| 18 | +okhttp = "5.1.0" # https://square.github.io/okhttp/changelogs/changelog |
| 19 | +dagger = "2.57" # https://dagger.dev |
20 | 20 | jmh = "1.37" # https://github.com/openjdk/jmh
|
21 | 21 | kotlintest = "3.4.2" # https://mvnrepository.com/artifact/io.kotlintest/kotlintest-core
|
22 | 22 | kotest = "5.9.1" # https://kotest.io
|
|
0 commit comments