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
/myProject/project/plugins.sbt:1: error: type mismatch;
found : sbt.URI
(which expands to) java.net.URI
required: sbt.ClasspathDep[sbt.ProjectReference]
lazy val root = (project in file(".")).dependsOn(sbtAutoprefixer)
How I can use sbtAutoprefixer with 1.0?
The text was updated successfully, but these errors were encountered:
[warn] Missing bintray credentials. Either create a credentials file with the bintrayChangeCredentials task, set the BINTRAY_USER and BINTRAY_PASS environment variables or pass bintray.user and bintray.pass properties to sbt.
but works, thanks!
BTW - maybe it's good to update README?
SBT 1.0.3 throws:
How I can use sbtAutoprefixer with 1.0?
The text was updated successfully, but these errors were encountered: