File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,10 @@ val hadoopVersion = "3.3.6"
11
11
val jacksonVersion = " 2.15.0"
12
12
val joptVersion = " 5.0.4"
13
13
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
15
16
val protobufGenericVersion = " 0.2.9"
16
- val protobufVersion = " 4.28.1 "
17
+ val protobufVersion = " 4.28.2 "
17
18
val scalatestVersion = " 3.2.19"
18
19
val slf4jReload4jVersion2 = " 2.0.16"
19
20
val slf4jReload4jVersion1 = " 1.7.36" // scala-steward:off
@@ -38,7 +39,7 @@ val commonSettings = Seq(
38
39
scalaVersion := " 2.13.14" ,
39
40
javacOptions ++= Seq (" --release" , " 8" ),
40
41
fork := true ,
41
- Test / outputStrategy := Some (OutputStrategy .StdoutOutput ),
42
+ Test / outputStrategy := Some (OutputStrategy .StdoutOutput )
42
43
)
43
44
44
45
lazy val root = project
You can’t perform that action at this time.
0 commit comments