Skip to content

Commit fb037ec

Browse files
committed
Upgrade version in integration tests
1 parent a87097c commit fb037ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/scala/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ organizationName := "example"
2020

2121
val scala212 = "2.12.15"
2222
val scala213 = "2.13.8"
23-
val deltaVersion = "2.0.0"
23+
val deltaVersion = "2.2.0"
2424

2525
def getMajorMinor(version: String): (Int, Int) = {
2626
val majorMinor = Try {

0 commit comments

Comments
 (0)