We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a515ef1 commit c0e0460Copy full SHA for c0e0460
bigtable/spark/build.sbt
@@ -22,7 +22,7 @@ version := "0.1"
22
// https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-release-1.4
23
scalaVersion := "2.11.12"
24
val sparkVersion = "2.4.7"
25
-val bigtableVersion = "1.19.0"
+val bigtableVersion = "1.19.1"
26
val hbaseVersion = "1.3.6"
27
28
libraryDependencies ++= Seq(
0 commit comments