Skip to content

Commit 3fafc4e

Browse files
Bump org.jetbrains.kotlin.kapt from 1.5.31 to 1.6.0
Bumps org.jetbrains.kotlin.kapt from 1.5.31 to 1.6.0. --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.kapt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 95a48fb commit 3fafc4e

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
@@ -2,7 +2,7 @@ pluginManagement {
22
plugins {
33
id 'org.jetbrains.kotlin.multiplatform' version "1.5.31" apply false
44
id 'org.jetbrains.kotlin.plugin.serialization' version "1.6.0" apply false
5-
id 'org.jetbrains.kotlin.kapt' version "1.5.31" apply false
5+
id 'org.jetbrains.kotlin.kapt' version "1.6.0" apply false
66
id 'org.jetbrains.kotlin.plugin.noarg' version "1.6.0" apply false
77
}
88
}

0 commit comments

Comments
 (0)