softwaremill / softwaremill/macwire
Error downloading com.softwaremill.macwire:macrosakka_3:2.5.7
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 1.3k
- Forks
- 77
- Avg merge
- 9m
- Merged PRs (30d)
- 4
Description
https://oss.sonatype.org/content/repositories/snapshots/com/softwaremill/macwire/
not found that lib macrosakka 3 2.5.7
[error] sbt.librarymanagement.ResolveException: Error downloading com.softwaremill.macwire:macrosakka_3:2.5.7
not found
May be the document told wrong
https://github.com/softwaremill/macwire#installation-using-with-sbt
libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.5.7" % "provided"
libraryDependencies += "com.softwaremill.macwire" %% "macrosakka" % "2.5.7" % "provided"
libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.5.7"
libraryDependencies += "com.softwaremill.macwire" %% "proxy" % "2.5.7"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the installation using sbt section in the linked macwire documentation and compare its macrosakka_3:2.5.7 coordinate with the Sonatype snapshots repository URL and the reported sbt resolution error. Done means the documented dependency coordinates resolve successfully, or the documentation clearly identifies the correct published artifact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100