Skip to content

Commit 75955fa

Browse files
Update protobuf-java to 4.28.2 (#160)
1 parent 6ac31dc commit 75955fa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.sbt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ val hadoopVersion = "3.3.6"
1111
val jacksonVersion = "2.15.0"
1212
val joptVersion = "5.0.4"
1313
val magnolifyVersion = "0.7.4"
14-
val parquetVersion = "1.13.1" // scala-steward:off Wait fix https://github.com/apache/parquet-java/issues/3016
14+
val parquetVersion =
15+
"1.13.1" // scala-steward:off Wait fix https://github.com/apache/parquet-java/issues/3016
1516
val protobufGenericVersion = "0.2.9"
16-
val protobufVersion = "4.28.1"
17+
val protobufVersion = "4.28.2"
1718
val scalatestVersion = "3.2.19"
1819
val slf4jReload4jVersion2 = "2.0.16"
1920
val slf4jReload4jVersion1 = "1.7.36" // scala-steward:off
@@ -38,7 +39,7 @@ val commonSettings = Seq(
3839
scalaVersion := "2.13.14",
3940
javacOptions ++= Seq("--release", "8"),
4041
fork := true,
41-
Test / outputStrategy := Some(OutputStrategy.StdoutOutput),
42+
Test / outputStrategy := Some(OutputStrategy.StdoutOutput)
4243
)
4344

4445
lazy val root = project

0 commit comments

Comments
 (0)