mirror of
https://github.com/fankes/moshi.git
synced 2025-10-20 00:19:21 +08:00
Update Okio and kotlin-compile-testing dependencies (#1198)
* Update Okio to latest * Update kotlin-compile-testing to 1.2.10 * Update to KtLint 0.38.1 No changes affecting moshi, just support for mixing multiple kotlin versions in a project * Opportunistic disable kotlin-dsl warning This is noisy on every build * Update maven publish to 0.12.0
This commit is contained in:
@@ -18,9 +18,9 @@ object Dependencies {
|
||||
|
||||
const val asm = "org.ow2.asm:asm:7.1"
|
||||
const val jsr305 = "com.google.code.findbugs:jsr305:3.0.2"
|
||||
const val ktlintVersion = "0.38.0"
|
||||
const val okio = "com.squareup.okio:okio:1.16.0"
|
||||
const val okio2 = "com.squareup.okio:okio:2.1.0"
|
||||
const val ktlintVersion = "0.38.1"
|
||||
const val okio = "com.squareup.okio:okio:1.17.5"
|
||||
const val okio2 = "com.squareup.okio:okio:2.8.0"
|
||||
|
||||
object AutoService {
|
||||
private const val version = "1.0-rc7"
|
||||
@@ -49,7 +49,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.2.8"
|
||||
const val compileTesting = "com.github.tschuchortdev:kotlin-compile-testing:1.2.10"
|
||||
const val junit = "junit:junit:4.12"
|
||||
const val truth = "com.google.truth:truth:1.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user