Skip to content

Commit

Permalink
Update more
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Oct 31, 2023
1 parent bc6acf5 commit 1e57bf8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@ gjf = "1.13.0"
incap = "1.0.0"
jdk = "20"
jvmTarget = "11"
kotlin = "1.9.20-Beta"
kotlin = "1.9.20"
kotlinCompileTesting = "0.4.0-alpha01"
kotlinpoet = "1.14.2"
ksp = "1.9.20-Beta-1.0.13"
ksp = "1.9.20-1.0.13"
ktfmt = "0.44"
moshi = "1.15.0"
okhttp = "4.11.0"
retrofit = "2.9.0"

[plugins]
dokka = { id = "org.jetbrains.dokka", version = "1.9.0" }
dokka = { id = "org.jetbrains.dokka", version = "1.9.10" }
kotlinBinaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.13.2" }
kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.25.3" }
mavenShadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
moshix = { id = "dev.zacsweers.moshix", version = "0.24.2" } # Always replaced by the local plugin
spotless = { id = "com.diffplug.spotless", version = "6.21.0" }
spotless = { id = "com.diffplug.spotless", version = "6.22.0" }

[libraries]
agp = { module = "com.android.tools.build:gradle", version.ref = "agp" }
Expand Down

0 comments on commit 1e57bf8

Please sign in to comment.