Skip to content
Snippets Groups Projects
Commit 22272917 authored by Ismael Juma's avatar Ismael Juma
Browse files

Upgrade sbt-idea to 0.4.0.

parent f7078565
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ class SparkProjectPlugins(info: ProjectInfo) extends PluginDefinition(info) { ...@@ -4,7 +4,7 @@ class SparkProjectPlugins(info: ProjectInfo) extends PluginDefinition(info) {
val eclipse = "de.element34" % "sbt-eclipsify" % "0.7.0" val eclipse = "de.element34" % "sbt-eclipsify" % "0.7.0"
val sbtIdeaRepo = "sbt-idea-repo" at "http://mpeltonen.github.com/maven/" val sbtIdeaRepo = "sbt-idea-repo" at "http://mpeltonen.github.com/maven/"
val sbtIdea = "com.github.mpeltonen" % "sbt-idea-plugin" % "0.2.0" val sbtIdea = "com.github.mpeltonen" % "sbt-idea-plugin" % "0.4.0"
val codaRepo = "Coda Hale's Repository" at "http://repo.codahale.com/" val codaRepo = "Coda Hale's Repository" at "http://repo.codahale.com/"
val assemblySBT = "com.codahale" % "assembly-sbt" % "0.1.1" val assemblySBT = "com.codahale" % "assembly-sbt" % "0.1.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment