From 99bafdae1974abaca06067ab8a6cfd633cd0d608 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 25 May 2023 11:03:08 +0000 Subject: [PATCH] Update protobuf-java to 3.23.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e974b16..1f3c0ec 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ import com.github.sbt.git.SbtGit.GitKeys.gitRemoteRepo val breezeVersion = "1.0" val algebirdVersion = "0.13.9" val scalaTestVersion = "3.2.15" -val protobufVersion = "3.23.0" +val protobufVersion = "3.23.1" ThisBuild / scalafixScalaBinaryVersion := CrossVersion.binaryScalaVersion(scalaVersion.value)