circe / circe/circe-json-schema
Unable to locate artifact despite adding jitpack resolver
- Dominant language
- Scala
- Stars
- 51
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Adding `"io.circe" %% "circe-json-schema" % "0.1.0"` to my dependencies does not work, although other circe packages like `"io.circe" %% "circe-core" % "0.8.0"` do work, which suggests that there's possibly some issue right now with the custom resolver.
I got around this issue by using the Maven version, `"io.circe" % "circe-json-schema_2.13" % "0.1.0",` but wanted to let you know the documented way of adding the package does not appear to be working for me.
Contributor guide
Research direction
Start by reproducing the documented Scala dependency declaration for circe-json-schema 0.1.0 and compare it with the working Maven-form declaration. Inspect the project's documented JitPack resolver and dependency or publishing configuration. Done means the documented %% form resolves the artifact successfully, or the documentation clearly explains the supported alternative.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100