Skip to content

Instantly share code, notes, and snippets.

@ymasory
Created September 5, 2010 20:07
Show Gist options
  • Save ymasory/566281 to your computer and use it in GitHub Desktop.
Save ymasory/566281 to your computer and use it in GitHub Desktop.
import sbt._
class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
val proguard = "org.scala-tools.sbt" % "sbt-proguard-plugin" % "0.0.4"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment