Skip to content

Commit e462235

Browse files
Update dependency com.github.tschuchortdev:kotlin-compile-testing-ksp to v1.6.0
1 parent c86a012 commit e462235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ dependencyResolutionManagement {
128128
library('kotlinpoet', 'com.squareup:kotlinpoet:1.12.0')
129129
library('ksp', 'com.google.devtools.ksp:symbol-processing-api:1.7.0-1.0.6')
130130
library('ksp-autoservice', 'dev.zacsweers.autoservice:auto-service-ksp:1.0.0')
131-
library('ksp-compiletesting', 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.9')
131+
library('ksp-compiletesting', 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.6.0')
132132
library('ksp-gradle', 'com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:1.7.0-1.0.6')
133133
library('mockwebserver', 'com.squareup.okhttp3:mockwebserver:3.0.0-RC1')
134134
library('mockito', 'org.mockito', 'mockito-core').versionRef('mockito')

0 commit comments

Comments
 (0)