Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into z/k2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers authored Apr 11, 2024
2 parents e0627af + e1a1449 commit bca12eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ tikxml = "0.8.15"
xmlutil = "0.86.3"

[plugins]
detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.5" }
detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.6" }
dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }
lint = { id = "com.android.lint", version = "8.3.1" }
lint = { id = "com.android.lint", version = "8.3.2" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.28.0" }
moshix = { id = "dev.zacsweers.moshix", version.ref = "moshix" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
Expand All @@ -26,7 +26,7 @@ retry = { id = "org.gradle.test-retry", version = "1.5.8" }
autoService-annotations = "com.google.auto.service:auto-service-annotations:1.1.1"
autoService-ksp = "dev.zacsweers.autoservice:auto-service-ksp:1.1.0"
bugsnag = "com.bugsnag:bugsnag:3.7.1"
clikt = "com.github.ajalt.clikt:clikt:4.2.2"
clikt = "com.github.ajalt.clikt:clikt:4.3.0"
kotlinShell = "eu.jrie.jetbrains:kotlin-shell-core:0.2.1"
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
kotlinx-serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version.ref = "kotlinx-serialization" }
Expand Down

0 comments on commit bca12eb

Please sign in to comment.