scala / scala-abide

obsolete; visit https://github.com/scalacenter/scalafix instead

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artifacts don't seem to be available

leifwickland opened this issue · comments

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:

  1. git clone https://github.com/leifwickland/scala-abide-no-worky.git
  2. cd scala-abide-no-worky
  3. ./sbt
  4. I observe com.typesafe#sbt-abide;0.1-SNAPSHOT: not found

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.