We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a87097c commit fb037ecCopy full SHA for fb037ec
examples/scala/build.sbt
@@ -20,7 +20,7 @@ organizationName := "example"
20
21
val scala212 = "2.12.15"
22
val scala213 = "2.13.8"
23
-val deltaVersion = "2.0.0"
+val deltaVersion = "2.2.0"
24
25
def getMajorMinor(version: String): (Int, Int) = {
26
val majorMinor = Try {
0 commit comments