Skip to content

Commit

Permalink
Merge branch 'main' into kellen/beam
Browse files Browse the repository at this point in the history
  • Loading branch information
kellen committed Aug 22, 2024
2 parents 803e64e + c373085 commit f0dabc6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 24 deletions.
16 changes: 8 additions & 8 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ val algebirdVersion = "0.13.10"
val avroVersion = Option(sys.props("avro.version")).getOrElse("1.11.3")
val beamVersion = "2.57.0"
val bigqueryVersion = "v2-rev20240229-2.0.0"
val bigtableVersion = "2.41.0"
val catsVersion = "2.10.0"
val datastoreVersion = "2.21.0"
val guavaVersion = "33.2.1-jre"
val bigtableVersion = "2.42.0"
val catsVersion = "2.12.0"
val datastoreVersion = "2.21.1"
val guavaVersion = "33.3.0-jre"
val hadoopVersion = "3.4.0"
val jacksonVersion = "2.17.2"
val jodaTimeVersion = "2.12.7"
val munitVersion = "1.0.0"
val neo4jDriverVersion = "4.4.12"
val neo4jDriverVersion = "4.4.18"
val paigesVersion = "0.4.4"
val parquetVersion = "1.14.1"
val protobufVersion = "3.25.4"
val refinedVersion = "0.11.1"
val refinedVersion = "0.11.2"
val scalaCollectionCompatVersion = "2.12.0"
val scalacheckVersion = "1.17.0"
val scalacheckVersion = "1.17.1"
val shapelessVersion = "2.3.12"
val slf4jVersion = "2.0.13"
val slf4jVersion = "2.0.16"
val tensorflowMetadataVersion = "1.15.0"
val tensorflowVersion = "0.5.0"

Expand Down
20 changes: 4 additions & 16 deletions scalafix/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,24 +52,12 @@ def magnolify(version: String): List[ModuleID] = {
"magnolify-tensorflow"
)

val libs = List(
"org.apache.avro" % "avro" % "1.11.2",
"com.google.apis" % "google-api-services-bigquery" % "v2-rev20240229-2.0.0",
"com.google.api.grpc" % "proto-google-cloud-bigtable-v2" % "2.33.0",
"org.typelevel" %% "cats-core" % "2.12.0",
"com.google.cloud.datastore" % "datastore-v1-proto-client" % "2.18.4",
"com.google.guava" % "guava" % "33.1.0-jre",
"org.neo4j.driver" % "neo4j-java-driver" % "4.4.12",
"org.apache.parquet" % "parquet-hadoop" % "1.14.1",
"com.google.protobuf" % "protobuf-java" % "3.25.3",
"eu.timepit" %% "refined" % "0.11.2",
"org.scalacheck" %% "scalacheck" % "1.17.1",
"org.tensorflow" % "tensorflow-core-api" % "0.5.0"
)

modules.map("com.spotify" %% _ % version) ++ libs
modules.map { name => ("com.spotify" %% name % version % "compile->compile,provided") }
}

// coursied does not respect compile->compile,provided
ThisBuild / useCoursier := false

lazy val `input-0_7` = project
.settings(
libraryDependencies ++= magnolify("0.6.0")
Expand Down

0 comments on commit f0dabc6

Please sign in to comment.