From 390050fb9427d0924aaa5a5dd1b9ee6ee9c5316c Mon Sep 17 00:00:00 2001 From: skippaDaBitFlippa Date: Fri, 20 Jan 2023 15:25:58 -0500 Subject: [PATCH 1/2] bumping scio + dependencies --- build.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 35762bc..276e541 100644 --- a/build.sbt +++ b/build.sbt @@ -19,18 +19,18 @@ import sbt.librarymanagement.CrossVersion import com.typesafe.sbt.SbtGit.GitKeys._ // Variables: -val scioVersion = "0.12.0" -val beamVersion = "2.41.0" // must stay in sync with scio +val scioVersion = "0.12.1" +val beamVersion = "2.43.0" // must stay in sync with Scio val avroVersion = "1.8.2" val scalacheckShapelessVersion = "1.2.3" val scalatestVersion = "3.1.4" val scalatestMockitoVersion = "3.1.0.0" -val jodaTimeVersion = "2.10.13" +val jodaTimeVersion = "2.12.2" val magnoliaVersion = "1.1.2" val ratatoolVersion = "0.3.25" val scalaCheckVersion = "1.14.3" val enumeratumVersion = "1.7.0" -val scalaCollectionsCompatVersion = "2.6.0" +val scalaCollectionsCompatVersion = "2.9.0" val disableWarts = Set( From 0bc81a9d6451920188cc7231827d4bddaf6ad78a Mon Sep 17 00:00:00 2001 From: csharma214 <96080595+csharma214@users.noreply.github.com> Date: Mon, 23 Jan 2023 11:20:00 -0500 Subject: [PATCH 2/2] Update build.sbt Co-authored-by: Claire McGinty --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 276e541..8131744 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ val scalatestMockitoVersion = "3.1.0.0" val jodaTimeVersion = "2.12.2" val magnoliaVersion = "1.1.2" val ratatoolVersion = "0.3.25" -val scalaCheckVersion = "1.14.3" +val scalaCheckVersion = "1.17.0" val enumeratumVersion = "1.7.0" val scalaCollectionsCompatVersion = "2.9.0"