Unable to import locally published Scala plugin

You’re publishing to your local Maven cache, but sbt uses Ivy.

Try removing the publishTo setting, it shouldn’t be needed. Just use the publishLocal task to publish to your local Ivy cache.

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top