Skip to content

Commit 90b48d7

Browse files
committed
Upgrade protobuf to 0.9.5
1 parent 75bc4d9 commit 90b48d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libpretixsync/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pluginManagement {
1212
// but building it inside the multi module project doesn't exit with "unknown version already on classpath" error
1313
plugins {
1414
id "org.jetbrains.kotlin.jvm" version "2.2.21" apply false
15-
id "com.google.protobuf" version "0.9.4" apply false
15+
id "com.google.protobuf" version "0.9.5" apply false
1616
id "app.cash.sqldelight" version "2.1.0" apply false
1717
}
1818

0 commit comments

Comments
 (0)