Skip to content

Instantly share code, notes, and snippets.

@liuweiathust
Created March 7, 2013 16:51
Show Gist options
  • Save liuweiathust/5109588 to your computer and use it in GitHub Desktop.
Save liuweiathust/5109588 to your computer and use it in GitHub Desktop.
lift project project/plugins.sbt
libraryDependencies <+= sbtVersion(v => v match {
case "0.11.0" => "com.github.siasia" %% "xsbt-web-plugin" % "0.11.0-0.2.8"
case "0.11.1" => "com.github.siasia" %% "xsbt-web-plugin" % "0.11.1-0.2.10"
case "0.11.2" => "com.github.siasia" %% "xsbt-web-plugin" % "0.11.2-0.2.11"
case "0.11.3" => "com.github.siasia" %% "xsbt-web-plugin" % "0.11.3-0.2.11.1"
case x if (x.startsWith("0.12")) => "com.github.siasia" %% "xsbt-web-plugin" % "0.12.0-0.2.11.1"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment