mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 07:59:21 +08:00
Update more dependencies (#1319)
This commit is contained in:
@@ -39,12 +39,12 @@ object Dependencies {
|
||||
}
|
||||
|
||||
object Kotlin {
|
||||
const val version = "1.4.30"
|
||||
const val version = "1.4.31"
|
||||
const val metadata = "org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.2.0"
|
||||
}
|
||||
|
||||
object KotlinPoet {
|
||||
private const val version = "1.7.2"
|
||||
private const val version = "1.8.0"
|
||||
const val kotlinPoet = "com.squareup:kotlinpoet:$version"
|
||||
const val metadata = "com.squareup:kotlinpoet-metadata-specs:$version"
|
||||
const val metadataSpecs = "com.squareup:kotlinpoet-metadata-specs:$version"
|
||||
@@ -54,7 +54,7 @@ object Dependencies {
|
||||
object Testing {
|
||||
const val assertj = "org.assertj:assertj-core:3.11.1"
|
||||
const val compileTesting = "com.github.tschuchortdev:kotlin-compile-testing:1.3.6"
|
||||
const val junit = "junit:junit:4.13.1"
|
||||
const val junit = "junit:junit:4.13.2"
|
||||
const val truth = "com.google.truth:truth:1.0.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user