From 8d821bb6acd0ad8874f30657719497096d5dcc2e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Nov 2024 02:31:22 +0000 Subject: [PATCH] Update scio-avro, scio-core, ... to 0.14.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b0855877..79e38f5f 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ import Keys._ val algebirdVersion = "0.13.10" // Keep in sync with Scio: https://github.com/spotify/scio/blob/v0.14.0/build.sbt -val scioVersion = "0.14.3" +val scioVersion = "0.14.9" val avroVersion = avroCompilerVersion // keep in sync with scio val beamVersion = "2.54.0" // keep in sync with scio