From e3926b57c2b3ec0fb04988b5d47e6b17a97be398 Mon Sep 17 00:00:00 2001 From: Andy Czerwonka Date: Tue, 14 May 2024 01:13:40 -0600 Subject: [PATCH] Update README.md (#290) Update the version to the latest release Signed-off-by: Andy Czerwonka --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f09c9ea83..eaaf77346 100644 --- a/README.md +++ b/README.md @@ -94,8 +94,8 @@ Scala 2.12 and Scala 2.13 are supported. ```scala libraryDependencies ++= Seq( - "org.flyte" % "flytekit-java" % "0.3.15", - "org.flyte" %% "flytekit-scala" % "0.3.15" + "org.flyte" % "flytekit-java" % "0.4.35", + "org.flyte" %% "flytekit-scala" % "0.4.35" ) ```