Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update jgit-spark-connector to the last version #195

Merged
merged 1 commit into from
Feb 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update jgit-spark-connector to the last version
Signed-off-by: Maxim Sukharev <max@smacker.ru>
  • Loading branch information
smacker committed Feb 7, 2019
commit 1c85c70743e94dac96a4bfdee9e6642785de4c96
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Dependencies {
lazy val spark = "org.apache.spark" %% "spark-core" % "2.2.0"
lazy val fixNetty = "io.netty" % "netty-all" % "4.1.17.Final"
lazy val fixNewerHadoopClient = "org.apache.hadoop" % "hadoop-client" % "2.7.2"
lazy val engine = "tech.sourced" % "engine" % "0.7.0" classifier "slim"
lazy val engine = "tech.sourced" % "jgit-spark-connector" % "2.0.1" classifier "slim"
lazy val jgit = "org.eclipse.jgit" % "org.eclipse.jgit" % "4.9.0.201710071750-r"
lazy val cassandraSparkConnector = "com.datastax.spark" %% "spark-cassandra-connector" % "2.0.6"
lazy val cassandraDriverMetrics = "com.codahale.metrics" % "metrics-core" % "3.0.2"
Expand Down