djspiewak / sbt-evil-mode   0.1-53ac5ef

Apache License 2.0 GitHub

😈

Scala versions: 2.12
sbt plugins: 1.0

sbt-evil-mode

Don't do this. Don't do any of it.

Usage

// in plugins.sbt
addSbtPlugin("com.codecommit" % "sbt-evil-mode" % "0.1-bdad513")

GitHub Source Dependencies

lazy val root = project
  .in(file("."))
  .gitHubDependency("djspiewak", "scala-collections", "c785a40")

The above creates a source dependency on hash c785a40 of the djspiewak/scala-collections project on github. Don't do this. Oh, tags probably also work. Haven't tried it. You shouldn't either.

Now, if you're truly an evil person (let's face it, why else would you be reading this?), then what you probably really want is a way to depend on HEAD of a given project. Mercifully, SBT prevents this due to entirely unrelated architectural constraints. So you can't!

...yet