Skip to content

Commit f136c0f

Browse files
committed
update engine dependency version from 0.3.4 to 0.3.6
Signed-off-by: Manuel Carmona <manu.carmona90@gmail.com>
1 parent 7b7b784 commit f136c0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import sbt._
22

33
object Dependencies {
44
lazy val SparkSql = "org.apache.spark" %% "spark-sql" % "2.2.0"
5-
lazy val SourcedEngine = "tech.sourced" % "engine" % "0.3.4"
5+
lazy val SourcedEngine = "tech.sourced" % "engine" % "0.3.6"
66
}

0 commit comments

Comments
 (0)