From 50fe657a82754c8af92d77cb301a6a68ba135380 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 4 Feb 2025 07:32:54 +0000 Subject: [PATCH] Update scio-avro, scio-core, ... to 0.14.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b0855877..da58aa12 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.11" val avroVersion = avroCompilerVersion // keep in sync with scio val beamVersion = "2.54.0" // keep in sync with scio