Skip to content

Commit c39cc41

Browse files
authored
Update protobuf and spotless gradle plugin (#686)
1 parent 748a68f commit c39cc41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ buildscript {
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1313
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
1414
classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokka_version"
15-
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.3'
15+
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.5'
1616
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30.0"
1717
classpath 'com.dicedmelon.gradle:jacoco-android:0.1.5'
18-
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.21.0"
18+
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.23.3"
1919
// NOTE: Do not place your application dependencies here; they belong
2020
// in the individual module build.gradle files
2121
}

0 commit comments

Comments
 (0)