You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In sbt 2.0, mappings has changed type to a Seq[HashedVirtualFileRef]. If any directories are in mappings, calls to package will fail with an error like this:
[info] [error] (e / Compile / packageBin) java.io.IOException: Is a directory
sbt 2 will either have to accomodate subdirectories in mappings, or else this library will have to filter them out of mappings.
The text was updated successfully, but these errors were encountered:
In sbt 2.0,
mappings
has changed type to aSeq[HashedVirtualFileRef]
. If any directories are inmappings
, calls topackage
will fail with an error like this:sbt 2 will either have to accomodate subdirectories in
mappings
, or else this library will have to filter them out ofmappings
.The text was updated successfully, but these errors were encountered: