Skip to content

Commit

Permalink
Update protobuf-java to 3.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 20, 2024
1 parent f53481a commit b75b7be
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scalafix/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inThisBuild(
semanticdbVersion := scalafixSemanticdb.revision,
semanticdbIncludeInJar := true,
scalafmtOnCompile := false,
scalafmtConfig := baseDirectory.value / ".." / ".scalafmt.conf",
scalafmtConfig := baseDirectory.value / ".." / ".scalafmt.conf"
)
)

Expand Down Expand Up @@ -52,7 +52,7 @@ def magnolify(version: String): List[ModuleID] = {
"magnolify-tensorflow"
)

val libs = List (
val libs = List(
"org.apache.avro" % "avro" % "1.11.2",
"com.google.apis" % "google-api-services-bigquery" % "v2-rev20231111-2.0.0",
"com.google.api.grpc" % "proto-google-cloud-bigtable-v2" % "2.32.0",
Expand All @@ -61,7 +61,7 @@ def magnolify(version: String): List[ModuleID] = {
"com.google.guava" % "guava" % "33.0.0-jre",
"org.neo4j.driver" % "neo4j-java-driver" % "4.4.12",
"org.apache.parquet" % "parquet-hadoop" % "1.13.1",
"com.google.protobuf" % "protobuf-java" % "3.25.2",
"com.google.protobuf" % "protobuf-java" % "3.25.3",
"eu.timepit" %% "refined" % "0.11.1",
"org.scalacheck" %% "scalacheck" % "1.17.0",
"org.tensorflow" % "tensorflow-core-api" % "0.5.0"
Expand All @@ -80,7 +80,6 @@ lazy val `output-0_7` = project
libraryDependencies ++= magnolify("0.7.0")
)


lazy val magnolify0_7 = ConfigAxis("-magnolify-0_7", "-0_7-")

lazy val tests = projectMatrix
Expand Down

0 comments on commit b75b7be

Please sign in to comment.