Skip to content

Commit ac33e94

Browse files
committed
fixed dep
1 parent 01fe405 commit ac33e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ val buildSettings = Seq(
120120
"org.apache.commons" % "commons-compress" % "1.26.2",
121121
"io.netty" % "netty-handler" % "4.1.114.Final",
122122
"org.apache.jena" % "jena-core" % "5.2.0",
123-
"com.google.protobuf" % "protobuf-java" % "3.29.0",
123+
"com.google.protobuf" % "protobuf-java" % "4.29.0",
124124
"com.google.guava" % "guava" % "33.0.0-jre"
125125
)
126126
)

0 commit comments

Comments
 (0)