Skip to content

Commit

Permalink
Moving to central versioning
Browse files Browse the repository at this point in the history
Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
  • Loading branch information
saratvemulapalli committed Apr 20, 2023
1 parent 84019a7 commit b71ec29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ dependencies {
api "net.java.dev.jna:jna:${versions.jna}"

// protobuf
api 'com.google.protobuf:protobuf-java:3.22.2'
api "com.google.protobuf:protobuf-java:${versions.protobuf}"

testImplementation(project(":test:framework")) {
// tests use the locally compiled version of server
Expand Down

0 comments on commit b71ec29

Please sign in to comment.