sbt gen-idea
Last active
December 11, 2015 08:08
-
-
Save oker1/4570621 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name := "gameoflife" | |
scalaVersion := "2.10.0" | |
libraryDependencies += "org.scalatest" % "scalatest_2.10.0" % "2.0.M5" % "test" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// project-dir/project/plugins.sbt or ~/.sbt/plugins/build.sbt | |
resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/" | |
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.3.0-SNAPSHOT") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment