From 7b5bd0e8d397af201c7fe7c343a181db52039272 Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Sun, 11 Jun 2023 13:49:47 -0400 Subject: [PATCH] Fix bad maven publish merge (#19) * Revert "Bump com.vanniktech.maven.publish from 0.19.0 to 0.25.2 (#16)" This reverts commit 7e25493aa1f3276042e7d5b46988a9a28e35c8c2. * Fixes * Spotless --- gradle/libs.versions.toml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7972946..5854028 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,19 +1,20 @@ [versions] -kotlin = "1.6.10" -ktfmt = "0.34" -jvmTarget = "1.8" +kotlin = "1.8.22" +ktfmt = "0.43" +jvmTarget = "17" [plugins] -detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.19.0" } -dokka = { id = "org.jetbrains.dokka", version = "1.6.10" } -lint = { id = "com.android.lint", version = "7.1.2" } +detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.0" } +dokka = { id = "org.jetbrains.dokka", version = "1.8.20" } +lint = { id = "com.android.lint", version = "8.0.2" } mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.25.2" } -spotless = { id = "com.diffplug.spotless", version = "6.3.0" } -binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.8.0" } +kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } +spotless = { id = "com.diffplug.spotless", version = "6.19.0" } +binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.13.2" } [libraries] clikt = "com.github.ajalt.clikt:clikt:3.5.2" kotlinShell = "eu.jrie.jetbrains:kotlin-shell-core:0.2.1" okio = "com.squareup.okio:okio:3.3.0" junit = "junit:junit:4.13.2" -truth = "com.google.truth:truth:1.1.3" \ No newline at end of file +truth = "com.google.truth:truth:1.1.4" \ No newline at end of file