Skip to content

Instantly share code, notes, and snippets.

@pk11
Created June 7, 2011 02:28
Show Gist options
  • Save pk11/1011576 to your computer and use it in GitHub Desktop.
Save pk11/1011576 to your computer and use it in GitHub Desktop.
web plugin
resolvers += "Web plugin repo" at "http://siasia.github.com/maven2"
//Following means libraryDependencies += "com.github.siasia" %% "xsbt-web-plugin" % <sbt version>
libraryDependencies <+= sbtVersion("com.github.siasia" %% "xsbt-web-plugin" % _)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment