Skip to content

Instantly share code, notes, and snippets.

@sofoklis
Created February 1, 2012 09:34
Show Gist options
  • Save sofoklis/1716152 to your computer and use it in GitHub Desktop.
Save sofoklis/1716152 to your computer and use it in GitHub Desktop.
Adding keys for sbt in project/Build.scala
val liftVersion = SettingKey[String]("lift-version")
val jettyVersion = SettingKey[String]("jetty-version")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment