infinum / Japx

Lightweight parser for the complex JSON:API (http://jsonapi.org/) structure.
MIT License
153 stars 35 forks source link

SPM - Failed to resolve dependencies unstable version #51

Closed ciaranmul closed 2 years ago

ciaranmul commented 3 years ago

Expected Behavior

Adding dependency for infinum/Japx 4.0.0 should correctly resolve

Actual Behavior

Dependencies could not be resolved because package 'japx' is required using a stable-version but 'japx' depends on an unstable-version package 'moya' and root depends on 'Japx' 4.0.0.

Steps to Reproduce the Problem

  1. include the following in a project's Package.swift dependencies:
    .package(
    url: "https://github.com/infinum/Japx",
    .exact("4.0.0")
    )
    1. Observe error

Specifications

hhrvoic commented 2 years ago

Closing since #52 is merged