From e7f958a0d7646d7dc15f39f4b4f134f1253695fc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 10 Jun 2024 20:17:56 +0000 Subject: [PATCH] Update scio-avro, scio-core, scio-test to 0.14.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index de577e9..1a968b0 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ import sbt.{Project, addCompilerPlugin, _} import sbt.librarymanagement.CrossVersion import com.github.sbt.git.SbtGit.GitKeys._ -val scioVersion = "0.14.3" +val scioVersion = "0.14.5" val beamVersion = "2.54.0" // keep in sync with scio val avroVersion = "1.8.2" // keep in sync with scio