From 818351ee8876e3f207769ba09e35902d7cdc799a Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 20 Aug 2024 11:11:22 +0200 Subject: [PATCH 01/10] Update proto-google-cloud-bigtable-v2 to 2.42.0 (#1014) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f601f343..fa9df36e 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ val magnoliaScala3Version = "1.3.7" val algebirdVersion = "0.13.10" val avroVersion = Option(sys.props("avro.version")).getOrElse("1.11.3") val bigqueryVersion = "v2-rev20240229-2.0.0" -val bigtableVersion = "2.41.0" +val bigtableVersion = "2.42.0" val catsVersion = "2.10.0" val datastoreVersion = "2.21.0" val guavaVersion = "33.2.1-jre" From 528149ba241c05f2ba6c71c9b0f2bac9ce481ba6 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 20 Aug 2024 11:11:37 +0200 Subject: [PATCH 02/10] Update datastore-v1-proto-client to 2.21.1 (#1015) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fa9df36e..35634eed 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ val avroVersion = Option(sys.props("avro.version")).getOrElse("1.11.3") val bigqueryVersion = "v2-rev20240229-2.0.0" val bigtableVersion = "2.42.0" val catsVersion = "2.10.0" -val datastoreVersion = "2.21.0" +val datastoreVersion = "2.21.1" val guavaVersion = "33.2.1-jre" val hadoopVersion = "3.4.0" val jacksonVersion = "2.17.2" From 285b2d6059d8aeb28a66c7df0fc62330b10fa076 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 20 Aug 2024 11:11:47 +0200 Subject: [PATCH 03/10] Update neo4j-java-driver to 4.4.18 (#1016) --- scalafix/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalafix/build.sbt b/scalafix/build.sbt index 57e4068e..95c025ec 100644 --- a/scalafix/build.sbt +++ b/scalafix/build.sbt @@ -59,7 +59,7 @@ def magnolify(version: String): List[ModuleID] = { "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.neo4j.driver" % "neo4j-java-driver" % "4.4.18", "org.apache.parquet" % "parquet-hadoop" % "1.14.1", "com.google.protobuf" % "protobuf-java" % "3.25.3", "eu.timepit" %% "refined" % "0.11.2", From 63ddb3c48809d7e46fc6f7ee4e597ea68fdf9ffc Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 20 Aug 2024 11:11:59 +0200 Subject: [PATCH 04/10] Update slf4j-simple to 2.0.16 (#1018) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 35634eed..4d60e57a 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ val refinedVersion = "0.11.1" val scalaCollectionCompatVersion = "2.12.0" val scalacheckVersion = "1.17.0" 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" From 6a2778b612b529582098b099570704de8edcefec Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 20 Aug 2024 14:25:08 +0200 Subject: [PATCH 05/10] Update guava to 33.3.0-jre (#1019) Co-authored-by: Michel Davit --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4d60e57a..31fe7d35 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ val bigqueryVersion = "v2-rev20240229-2.0.0" val bigtableVersion = "2.42.0" val catsVersion = "2.10.0" val datastoreVersion = "2.21.1" -val guavaVersion = "33.2.1-jre" +val guavaVersion = "33.3.0-jre" val hadoopVersion = "3.4.0" val jacksonVersion = "2.17.2" val jodaTimeVersion = "2.12.7" From eefde5345ee2d24a57beaabe23538504505023cc Mon Sep 17 00:00:00 2001 From: Michel Davit Date: Tue, 20 Aug 2024 15:23:46 +0200 Subject: [PATCH 06/10] Update refined to 0.11.2 (#1022) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 31fe7d35..7da78d1b 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ val neo4jDriverVersion = "4.4.12" 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 shapelessVersion = "2.3.12" From a6e2efe03aa3819dea991eae5943e224c274776e Mon Sep 17 00:00:00 2001 From: Michel Davit Date: Tue, 20 Aug 2024 15:23:58 +0200 Subject: [PATCH 07/10] Update scalacheck to 0.17.1 (#1023) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7da78d1b..63b727d7 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ val parquetVersion = "1.14.1" val protobufVersion = "3.25.4" 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.16" val tensorflowMetadataVersion = "1.15.0" From b5b3b7bd88e542e16e5c6ef3ed70fe5d2531dbe5 Mon Sep 17 00:00:00 2001 From: Michel Davit Date: Tue, 20 Aug 2024 15:24:07 +0200 Subject: [PATCH 08/10] Update neo4j-java-driver to 4.4.18 (#1021) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 63b727d7..afeff7a8 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ 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" From 85a2620537a8fb88b985dda0ebe66fd4cdc32e81 Mon Sep 17 00:00:00 2001 From: Michel Davit Date: Tue, 20 Aug 2024 15:24:18 +0200 Subject: [PATCH 09/10] Update cats to 0.12.0 (#1020) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index afeff7a8..082ee73f 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ val algebirdVersion = "0.13.10" val avroVersion = Option(sys.props("avro.version")).getOrElse("1.11.3") val bigqueryVersion = "v2-rev20240229-2.0.0" val bigtableVersion = "2.42.0" -val catsVersion = "2.10.0" +val catsVersion = "2.12.0" val datastoreVersion = "2.21.1" val guavaVersion = "33.3.0-jre" val hadoopVersion = "3.4.0" From c37308502910345483d2c0c52230b1249e01ae1f Mon Sep 17 00:00:00 2001 From: Michel Davit Date: Tue, 20 Aug 2024 17:05:52 +0200 Subject: [PATCH 10/10] Rely on provided scope in scalafix (#1024) --- scalafix/build.sbt | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/scalafix/build.sbt b/scalafix/build.sbt index 95c025ec..85d64855 100644 --- a/scalafix/build.sbt +++ b/scalafix/build.sbt @@ -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.18", - "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")