Skip to content

Instantly share code, notes, and snippets.

@tobrien
Last active December 16, 2015 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobrien/5376723 to your computer and use it in GitHub Desktop.
Save tobrien/5376723 to your computer and use it in GitHub Desktop.
apply plugin: 'eclipse'
apply plugin: 'scala'
repositories {
mavenCentral()
}
dependencies {
compile 'org.scala-lang:scala-library:2.9.1'
}
dependencies {
compile 'commons-collections:commons-collections:3.2'
testCompile 'junit:junit:4.11'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment