From 444378fed421095859d34ec63bbac8478c5e7255 Mon Sep 17 00:00:00 2001 From: Scott Sandre Date: Tue, 24 Oct 2023 09:23:09 -0700 Subject: [PATCH] fix examples compilation --- examples/scala/build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/scala/build.sbt b/examples/scala/build.sbt index 767dea10dc..f8300311f0 100644 --- a/examples/scala/build.sbt +++ b/examples/scala/build.sbt @@ -20,8 +20,8 @@ organizationName := "example" val scala212 = "2.12.17" val scala213 = "2.13.8" -val deltaVersion = "2.1.0" -val icebergVersion = "1.4.0" +val deltaVersion = "3.0.0" +val icebergVersion = "1.4.1" def getMajorMinor(version: String): (Int, Int) = { val majorMinor = Try {