Skip to content

Commit

Permalink
fix examples compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsand-db committed Oct 24, 2023
1 parent 8639c41 commit 444378f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 444378f

Please sign in to comment.