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
sbt-dotty: Make withDottyCompat work with dotty dependencies
Now that we add dotty-library to libraryDependencies, we need to be
more careful to make this work:
libraryDependencies ~= (_.map(_.withDottyCompat(scalaVersion.value)))
This is needed to keep the community-build working.
0 commit comments