File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ val algebirdVersion = "0.13.7"
2222val avroVersion = " 1.8.2"
2323val beamVersion = " 2.22.0"
2424val bigqueryVersion = " v2-rev20190917-1.30.3"
25- val gcsVersion = " hadoop2-2.0.0 "
25+ val gcsVersion = " 2.1.3 "
2626val guavaVersion = " 28.2-jre" // make sure this stays compatible with scio + beam
2727val hadoopVersion = " 2.7.7"
2828val 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" )
You can’t perform that action at this time.
0 commit comments