Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
teogor committed Mar 4, 2024
1 parent 9d64f01 commit ca57b66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,9 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
protobuf = { id = "com.google.protobuf", version.ref = "protobufPlugin" }
querent = { id = "dev.teogor.querent", version.ref = "querent" }
# TODO: Temporary workaround until next release
# Use version 1.0.0-alpha03-SNAPSHOT-8f9a736 for the querent module
querent = { id = "dev.teogor.querent", version = "1.0.0-alpha03-SNAPSHOT-8f9a736" }
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
vanniktech-maven = { id = "com.vanniktech.maven.publish", version.ref = "vanniktechMavenPlugin" }
winds = { id = "dev.teogor.winds", version.ref = "winds" }
Expand Down

0 comments on commit ca57b66

Please sign in to comment.