Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mads-hartmann/504492 to your computer and use it in GitHub Desktop.
Save mads-hartmann/504492 to your computer and use it in GitHub Desktop.
import sbt._
class SampleSBTProcessor(info: ProjectInfo) extends ProcessorProject(info) {
val scalatools_snapshots = ScalaToolsSnapshots
val lifty_engine = "org.lifty" %% "lifty-engine" % "0.6.1"
}
@nicerobot
Copy link

See latest. Current, as of this comment, is 0.6.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment