JetBrains / sbt-idea-plugin

Develop IntelliJ plugins with Scala and SBT
Apache License 2.0
98 stars 28 forks source link

cannot resolve ascii-graphs dependency #18

Closed bastiion closed 5 years ago

bastiion commented 5 years ago

I tried to develop a new sbt-based intellij idea plugin and I cannot find any repository containing org.jetbrains ascii-graphs.

mutcianm commented 5 years ago

Hi! Seems some artifacts haven't been propagated to the sbt repository yet. You can try manually adding original repository to plugins.sbt

resolvers += Resolver.url("jetbrains-bintray",
  url("https://dl.bintray.com/jetbrains/sbt-plugins/"))(Resolver.ivyStylePatterns)

However, this plugin is undergoing an overhaul at the moment and there are some critical issues(#17

14 #13), especially if you plan to depend on Scala plugin for IDEA.

I would estimate it'll take one more week to get all things resolved.

mutcianm commented 5 years ago

Please check again, the package is up

regadas commented 5 years ago

Addin the resolver solves the issue 👍

mutcianm commented 5 years ago

ascii-graphs dependency is published to maven since plugin version 3.0.0