Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Update protobuf-java to 3.17.3 #287

Merged
merged 1 commit into from Jun 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -23,7 +23,7 @@ import com.typesafe.sbt.SbtGit.GitKeys._
val breezeVersion = "1.0"
val algebirdVersion = "0.13.8"
val scalaTestVersion = "3.2.3"
val protobufVersion = "3.17.2"
val protobufVersion = "3.17.3"

ThisBuild / scalafixScalaBinaryVersion := CrossVersion.binaryScalaVersion(scalaVersion.value)

Expand Down