Skip to content

Commit

Permalink
build(deps): Update protobuf-java from 3.23.4 to 3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot authored and tgodzik committed Aug 11, 2023
1 parent 5a0e6d0 commit faf4733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ lazy val mtagsShared = project
Compile / packageSrc / publishArtifact := true,
libraryDependencies ++= List(
"org.lz4" % "lz4-java" % "1.8.0",
"com.google.protobuf" % "protobuf-java" % "3.23.4",
"com.google.protobuf" % "protobuf-java" % "3.24.0",
"io.get-coursier" % "interface" % V.coursierInterfaces,
),
)
Expand Down

0 comments on commit faf4733

Please sign in to comment.