Created
August 12, 2014 00:29
-
-
Save paulp/101fe6b220fbdd4e4f14 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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