mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 07:59:21 +08:00
Update formatters to latest
Ensure renovate can bump them by specifying full coordinates in toml.
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
[versions]
|
||||
autoService = "1.1.1"
|
||||
gjf = "1.15.0"
|
||||
jvmTarget = "1.8"
|
||||
kotlin = "1.9.21"
|
||||
kotlinCompileTesting = "0.4.0"
|
||||
kotlinpoet = "1.14.2"
|
||||
ksp = "1.9.22-1.0.17"
|
||||
ktlint = "0.48.2"
|
||||
|
||||
[plugins]
|
||||
dokka = { id = "org.jetbrains.dokka", version = "1.9.10" }
|
||||
@@ -33,10 +31,10 @@ kotlinxMetadata = "org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.7.0"
|
||||
ksp = { module = "com.google.devtools.ksp:symbol-processing", version.ref = "ksp" }
|
||||
ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
|
||||
okio = "com.squareup.okio:okio:3.7.0"
|
||||
|
||||
# Test libs
|
||||
assertj = "org.assertj:assertj-core:3.25.2"
|
||||
junit = "junit:junit:4.13.2"
|
||||
kotlinCompileTesting = { module = "dev.zacsweers.kctfork:core", version.ref = "kotlinCompileTesting" }
|
||||
kotlinCompileTesting-ksp = { module = "dev.zacsweers.kctfork:ksp", version.ref ="kotlinCompileTesting" }
|
||||
truth = "com.google.truth:truth:1.3.0"
|
||||
googleJavaFormat = "com.google.googlejavaformat:google-java-format:1.19.2"
|
||||
ktlint = "com.pinterest.ktlint:ktlint-cli:1.1.1"
|
||||
|
Reference in New Issue
Block a user