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
Prevent sbt from compiling .scala files at project root
Previously, creating a .scala file at the root of the dotty repository
would cause sbt to try to compile it when typing `compile`, now it won't
anymore.
0 commit comments