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.