Today's not-very-funny: I have a multiplatform project that I use as a dependency in several other projects (of course), and today, these other projects suddenly couldn't find my new snapshot versions ... (continued (and solved!) in thread)
Googling revealed that SBT sometimes could have a hard time detecting snapshots with date stamps in their filenames ... but that was back in sbt v0.13 days, and besides, my mvn project didn't find that spansphot either!
Another kotlin project, with pure javascript output, is in use in the same sbt project. A newly published snapshot from this project was imported with no trouble into said sbt project, except that also this pure JS project depends on the original MPP, and so SBT was back to not finding the underlying mpp snapshot.