We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7b784 commit f136c0fCopy full SHA for f136c0f
1 file changed
project/Dependencies.scala
@@ -2,5 +2,5 @@ import sbt._
2
3
object Dependencies {
4
lazy val SparkSql = "org.apache.spark" %% "spark-sql" % "2.2.0"
5
- lazy val SourcedEngine = "tech.sourced" % "engine" % "0.3.4"
+ lazy val SourcedEngine = "tech.sourced" % "engine" % "0.3.6"
6
}
0 commit comments