Skip to content

Commit 47e3d1f

Browse files
fix(deps): update ksp monorepo to v2.2.20-2.0.3 (#49)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a22b54e commit 47e3d1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.jlleitschuh.gradle.ktlint.KtlintExtension
33

44
plugins {
55
kotlin("jvm") version "2.2.20" apply false
6-
id("com.google.devtools.ksp") version "2.2.20-2.0.2" apply false
6+
id("com.google.devtools.ksp") version "2.2.20-2.0.3" apply false
77
id("com.vanniktech.maven.publish") version "0.34.0" apply false
88
id("org.jlleitschuh.gradle.ktlint") version "13.1.0"
99
}

processor/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212

1313
dependencies {
1414
testImplementation(kotlin("test"))
15-
implementation("com.google.devtools.ksp:symbol-processing-api:2.2.20-2.0.2")
15+
implementation("com.google.devtools.ksp:symbol-processing-api:2.2.20-2.0.3")
1616

1717
// kotlin-logging dependency for generated code compatibility
1818
compileOnly("io.github.oshai:kotlin-logging-jvm:7.0.13")

0 commit comments

Comments
 (0)