Skip to content

Commit

Permalink
Monkey-patch BigtableIO for 0.9.5.1 #495 (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmartin authored Mar 18, 2017
1 parent 6288e1c commit 90d9af1
Show file tree
Hide file tree
Showing 3 changed files with 789 additions and 3 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ val annoyVersion = "0.2.5"
val autoServiceVersion = "1.0-rc3"
val autoValueVersion = "1.3"
val avroVersion = "1.7.7"
val bigtableVersion = "0.9.5.1"
val breezeVersion ="0.13"
val chillVersion = "0.9.2"
val commonsIoVersion = "2.5"
Expand Down Expand Up @@ -274,6 +275,7 @@ lazy val scioBigtable: Project = Project(
description := "Scio add-on for Google Cloud Bigtable",
libraryDependencies ++= Seq(
"org.apache.beam" % "beam-sdks-java-io-google-cloud-platform" % beamVersion,
"com.google.cloud.bigtable" % "bigtable-client-core" % bigtableVersion,
"io.netty" % "netty-tcnative-boringssl-static" % nettyTcNativeVersion,
"org.scalatest" %% "scalatest" % scalatestVersion % "test"
)
Expand Down
Loading

0 comments on commit 90d9af1

Please sign in to comment.