Skip to content

Commit

Permalink
Merge pull request #44 from smacker/engine_0.5.1
Browse files Browse the repository at this point in the history
Bump Engine version to 0.5.1
  • Loading branch information
bzz authored Feb 12, 2018
2 parents 1c84175 + f6f2d86 commit 5ec8b38
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ libraryDependencies ++= Seq(
engine % Compile,
jgit % Compile,
fixNetty,
cassandraDriverMetrics % Compile, //needed for using Driver \wo Spark from SparkConnector
cassandraDriverMetrics % Provided, //needed for using Driver \wo Spark from SparkConnector
cassandraSparkConnector % Compile,
scopt % Compile,
slf4jApi % Compile,
Expand Down
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.11.Final"
lazy val fixNewerHadoopClient = "org.apache.hadoop" % "hadoop-client" % "2.7.2"
lazy val engine = "tech.sourced" % "engine" % "0.3.6" classifier "slim"
lazy val engine = "tech.sourced" % "engine" % "0.5.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
1 change: 0 additions & 1 deletion src/main/scala/tech/sourced/gemini/Gemini.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ class Gemini(session: SparkSession, log: Slf4jLogger, keyspace: String = Gemini.
repos
.getHEAD
.getCommits
.getFirstReferenceCommit
.getTreeEntries
.getBlobs
.select("blob_id", "repository_id", "commit_hash", "path")
Expand Down

0 comments on commit 5ec8b38

Please sign in to comment.