Artifacts don't seem to be available
leifwickland opened this issue · 1 comments
leifwickland commented
I set up an sbt project using scala-abide following the directions in the scala-abide README, but sbt was unable to download the artifacts from the internet. Does the README's directions need to include an additional Ivy repo?
To reproduce:
git clone https://github.com/leifwickland/scala-abide-no-worky.git
cd scala-abide-no-worky
./sbt
- I observe
com.typesafe#sbt-abide;0.1-SNAPSHOT: not found
dragos commented
Hi, and sorry for the late reply. Indeed, there are no published artifacts. The README mentions this right after the Sbt version ("At this moment, abide has not been released. You need to run sbt publish-local in a local checkout of the abide repository.). We can try to make it a bit more visible.