Skip to content

Instantly share code, notes, and snippets.

@takungsk
Created March 16, 2012 08:47
Show Gist options
  • Save takungsk/2049196 to your computer and use it in GitHub Desktop.
Save takungsk/2049196 to your computer and use it in GitHub Desktop.
idea プラグイン用の設定 sbt
// project ディレクトリの下に plugins.sbt として
// 実行は gen-idea
resolvers += "sbt-idea-repo" at "http://mpeltonen.github.com/maven/"
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.0.0")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment