Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. libraryDependencies ++= {
  2. if (!sbtVersion.value.startsWith("1.3")) {
  3. val sbtV = (sbtBinaryVersion in pluginCrossBuild).value
  4. val scalaV = (scalaBinaryVersion in update).value
  5. Seq(Defaults.sbtPluginExtra("io.get-coursier" % "sbt-coursier" % "2.0.0-RC3-3", sbtV, scalaV))
  6. }
  7. else Seq.empty
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement