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
As of Scala 2.12.0-M3, the imports for java.io.File and java.net.URL are flagged as unused by scalac. As a result, sbt-buildinfo must either be removed or one of the scalac options must be removed.
As of Scala 2.12.0-M3, the imports for
java.io.Fileandjava.net.URLare flagged as unused by scalac. As a result, sbt-buildinfo must either be removed or one of the scalac options must be removed.