Skip to content

Instantly share code, notes, and snippets.

@paulp
Created August 12, 2014 00:29
Show Gist options
  • Save paulp/101fe6b220fbdd4e4f14 to your computer and use it in GitHub Desktop.
Save paulp/101fe6b220fbdd4e4f14 to your computer and use it in GitHub Desktop.
// No thank you re: scala 2.10.2 artifacts.
def plugin(m: ModuleID) = Defaults.sbtPluginExtra(m, "0.13", "2.10") excludeAll ExclusionRule("org.scala-lang")
libraryDependencies ++= Seq(
plugin("me.lessis" % "bintray-sbt" % "0.1.2"),
plugin("com.typesafe" % "sbt-mima-plugin" % "0.1.6")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment