Skip to content

Commit

Permalink
Prepare for release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiro Michaylov committed Apr 8, 2015
1 parent 6e9a758 commit 2a8ef77
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 14 deletions.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 124 additions & 0 deletions .idea/modules/spark-mongodb-connector.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "spark-mongodb-connector"

version := "0.5.0"
version := "0.5.1"

organization := "com.github.spirom"

Expand All @@ -14,9 +14,9 @@ pomIncludeRepository := { x => false }

// core dependencies

libraryDependencies += "org.apache.spark" %% "spark-core" % "1.3.0"
libraryDependencies += "org.apache.spark" %% "spark-core" % "1.3.0" % "provided"

libraryDependencies += "org.apache.spark" %% "spark-sql" % "1.3.0"
libraryDependencies += "org.apache.spark" %% "spark-sql" % "1.3.0" % "provided"

libraryDependencies += "org.mongodb" %% "casbah" % "2.7.3"

Expand Down

0 comments on commit 2a8ef77

Please sign in to comment.