Skip to content

Commit 32cb3bf

Browse files
committed
libs.versions.toml: add missing protobuf-java definition
1 parent c684075 commit 32cb3bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ kotest-runner = { module = "io.kotest:kotest-runner-junit4-jvm", version.ref = "
6161
kotest-assertions = { module = "io.kotest:kotest-assertions-core-jvm", version.ref = "kotest" }
6262
kotest-property = { module = "io.kotest:kotest-property-jvm", version.ref = "kotest" }
6363
quickcheck = { module = "net.java:quickcheck", version.ref = "quickcheck" }
64+
protobuf-java = { module = "com.google.protobuf:protobuf-java", version.ref = "javalite" }
6465

6566
[bundles]
6667
kotest = ["kotest-runner", "kotest-assertions", "kotest-property"]

0 commit comments

Comments
 (0)