Skip to content

Commit

Permalink
Merge branch 'main' into z/stableMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers authored Aug 26, 2024
2 parents 67b65da + a431f0e commit 64e1702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "2.0.20"
ktfmt = "0.50"
ktfmt = "0.52"
jdk = "21"
# lint checks must target JDK 17, but the runtime should remain 11
lintJvmTarget = "17"
Expand All @@ -16,7 +16,7 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version = "2.0.20-1.0.24" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.29.0" }
shadow = { id = "com.gradleup.shadow", version = "8.3.0" }
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
spotless = { id = "com.diffplug.spotless", version = "7.0.0.BETA2" }

[libraries]
autoService-annotations = "com.google.auto.service:auto-service-annotations:1.1.1"
Expand Down

0 comments on commit 64e1702

Please sign in to comment.