Skip to content

Commit 3643061

Browse files
fix broken compile on master, & upgrade lib (#301)
1 parent cde2b6f commit 3643061

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ val algebirdVersion = "0.13.7"
2222
val avroVersion = "1.8.2"
2323
val beamVersion = "2.22.0"
2424
val bigqueryVersion = "v2-rev20190917-1.30.3"
25-
val gcsVersion = "hadoop2-2.0.0"
25+
val gcsVersion = "2.1.3"
2626
val guavaVersion = "28.2-jre" // make sure this stays compatible with scio + beam
2727
val hadoopVersion = "2.7.7"
2828
val jodaTimeVersion = "2.10.6"
@@ -225,7 +225,8 @@ lazy val ratatoolExtras = project
225225
"org.apache.parquet" % "parquet-avro" % parquetVersion,
226226
"org.apache.avro" % "avro" % avroVersion,
227227
"org.apache.hadoop" % "hadoop-client" % hadoopVersion exclude ("org.slf4j", "slf4j-log4j12"),
228-
"com.google.cloud.bigdataoss" % "gcs-connector" % gcsVersion,
228+
"com.google.cloud.bigdataoss" % "gcs-connector" % s"hadoop2-$gcsVersion",
229+
"com.google.cloud.bigdataoss" % "util" % gcsVersion,
229230
"org.scalatest" %% "scalatest" % scalaTestVersion % "test"
230231
),
231232
testOptions in Test += Tests.Argument(TestFrameworks.ScalaCheck, "-verbosity", "3")

0 commit comments

Comments
 (0)