Failed: Could not create directory, file exists and is not a directory #27661 (#28055)

This commit is contained in:
Helena Edelson 2019-10-24 10:35:37 -04:00 committed by GitHub
parent 75c9bd1805
commit 2cc660357e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,8 @@
libraryDependencies += Defaults.sbtPluginExtra(
"com.eed3si9n" % "sbt-assembly" % "0.14.10",
(sbtBinaryVersion in pluginCrossBuild).value,
(scalaBinaryVersion in pluginCrossBuild).value)
// these comment markers are for including code into the docs // these comment markers are for including code into the docs
//#sbt-multi-jvm //#sbt-multi-jvm
addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0") addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0")