codox icon indicating copy to clipboard operation
codox copied to clipboard

Could not transfer artifact com.vladsch.flexmark:flexmark-ext-emoji:jar:0.62.2

Open arichiardi opened this issue 3 years ago • 0 comments
trafficstars

Hi there, I am running into this issue when using the latest version of codox:

Error building classpath. Could not transfer artifact com.vladsch.flexmark:flexmark-ext-emoji:jar:0.62.2 from/to central (https://repo1.maven.org/maven2/): status code: 416, reason phrase: Range Not Satisfiable (416)

As a workaround I have been able to add these to my deps.edn:

com.vladsch.flexmark/flexmark {:mvn/version "0.64.0"}
           com.vladsch.flexmark/flexmark-profile-pegdown {:mvn/version "0.64.0"}
           com.vladsch.flexmark/flexmark-util-misc {:mvn/version "0.64.0"}

I am not sure why it happens, did it happen to others?

Would a dependency bump suffice (in which case I can definitely PR :smile:)?

arichiardi avatar Jun 22 '22 23:06 arichiardi