We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b23015 + d0c4043 commit 018462dCopy full SHA for 018462d
2 files changed
surf-api-gradle-plugin/surf-api-processor/build.gradle.kts
@@ -24,5 +24,5 @@ dependencies {
24
api(project(":surf-api-shared:surf-api-shared-internal"))
25
26
// https://mvnrepository.com/artifact/com.squareup/kotlinpoet
27
- implementation("com.squareup:kotlinpoet:2.2.0")
+ implementation("com.squareup:kotlinpoet:2.3.0")
28
}
surf-api-modern-generator/build.gradle.kts
@@ -18,7 +18,7 @@ dependencies {
18
implementation(libs.bundles.kotlin.serialization)
19
20
implementation("com.squareup:javapoet:1.13.0")
21
22
implementation("org.jetbrains:annotations:26.1.0")
23
implementation(libs.paper.api)
0 commit comments