Skip to content

Commit

Permalink
chore: add protobuf utils as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakShearman committed Sep 5, 2024
1 parent 8c6a55e commit e2e85e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ repositories {

dependencies {
api("com.google.protobuf:protobuf-java:$protobufVersion")
api("com.google.protobuf:protobuf-java-util:$protobufVersion")
api("org.apache.tomcat:tomcat-annotations-api:10.1.23")
api("org.slf4j:slf4j-api:2.0.13")

Expand Down

0 comments on commit e2e85e1

Please sign in to comment.