Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
mavenPublish = { id = "com.vanniktech.maven.publish", version.ref = "mavenPublish" }
mavenPublishBase = { id = "com.vanniktech.maven.publish.base", version.ref = "mavenPublish" }
protobuf = { id = "com.google.protobuf", version = "0.9.5" }
protobuf = { id = "com.google.protobuf", version = "0.10.0" }
# Use a strict version here so we don't get into an infinite loop of version updates. This version can be bumped
# periodically whenever there are nontrivial changes to the schema-migrator plugin behaviour. Having this here is
# not great but it allows us to use the schema-migrator gradle plugin (which is published from this codebase)
Expand Down
Loading