Skip to content

Commit

Permalink
Fix bad maven publish merge (#19)
Browse files Browse the repository at this point in the history
* Revert "Bump com.vanniktech.maven.publish from 0.19.0 to 0.25.2 (#16)"

This reverts commit 7e25493.

* Fixes

* Spotless
  • Loading branch information
ZacSweers committed Jun 11, 2023
1 parent 7e25493 commit 7b5bd0e
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"
truth = "com.google.truth:truth:1.1.4"

0 comments on commit 7b5bd0e

Please sign in to comment.