Skip to content

Commit

Permalink
Update protobuf-java to 3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed May 14, 2021
1 parent 4e54ec5 commit 1d0e8d4
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 @@ -14,7 +14,7 @@ lazy val pbdirect = project
libraryDependencies ++= Seq(
"com.beachape" %% "enumeratum" % "1.6.1",
"com.chuusai" %% "shapeless" % "2.3.6",
"com.google.protobuf" % "protobuf-java" % "3.16.0",
"com.google.protobuf" % "protobuf-java" % "3.17.0",
"org.typelevel" %% "cats-core" % "2.6.0",
"com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5" % Test,
"com.github.os72" % "protoc-jar" % "3.11.4" % Test,
Expand Down

0 comments on commit 1d0e8d4

Please sign in to comment.