sbt / sbt-eclipse

Plugin for sbt to create Eclipse project definitions
Apache License 2.0
718 stars 167 forks source link

Getting unresolved dependency for sbteclipse-plugin in sbt 1.2.8 #399

Closed phani1121 closed 1 year ago

phani1121 commented 2 years ago

It was all working fine but suddenly some plugins are throwing unresolved dependency errors in sbt version 1.2.8. We have not updated anything is there something that needs to be changed?

Plugins.sbt file:

`resolvers +=  "spray repo" at "http://repo.spray.io"

resolvers += Resolver.typesafeRepo("releases")

addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.4.1")

addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.0")

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9")

addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")

addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")`
`  [warn]  Note: Some unresolved dependencies have extra attributes.  Check that these dependencies exist with the requested attributes.
[warn]          com.typesafe.sbteclipse:sbteclipse-plugin:5.2.4 (sbtVersion=1.0, scalaVersion=2.12)
[warn]          com.typesafe.sbt:sbt-twirl:1.4.1 (sbtVersion=1.0, scalaVersion=2.12)
[warn]          com.eed3si9n:sbt-assembly:0.14.9 (sbtVersion=1.0, scalaVersion=2.12)
[warn]          io.spray:sbt-revolver:0.9.0 (sbtVersion=1.0, scalaVersion=2.12)

[error] sbt.librarymanagement.ResolveException: Error downloading com.typesafe.sbteclipse:sbteclipse-plugin;sbtVersion=1.0;scalaVersion=
2.12:5.2.4
[error]   Not found
[error]   Not found
mkurz commented 2 years ago

Maybe this was a temporary problem? Did it work again?

mkurz commented 1 year ago

I am in the process of publishing sbt-eclipse 6.0.0 soon, so closing this one here. If you are still experiencing problems, let me know.