Skip to content

Cant update to KorGE 5.4.0 #2214

Closed Answered by 0megaD
meoowe asked this question in Q&A
Apr 5, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

@soywiz I had the same issue.

The actual problem however was not being unable to apply the plugin:

`Failed to apply plugin 'com.soywiz.korge.settings'.

Can't find ref '#a54e3b2cacf24e0a0eb87e2580f69f8c81d083ce#v0.0.5' in Repository[/Users/daniel/.kproject/clones/github.com/korlibs/korge-tiled/git/.git]`

The problem for me was that deps.kproject.yml contained a hash as part of the versioning for some dependencies. This hash doesn't break in 5.3.x but breaks in 5.4.0

So instead of (example for Tiled dependency):
- https://github.com/korlibs/korge-tiled/tree/v0.0.5/korge-tiled##a54e3b2cacf24e0a0eb87e2580f69f8c81d083ce
I changed it to
- https://github.com/korlibs/korge-tiled/tree/v0.0.5/kor…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@0megaD
Comment options

Answer selected by meoowe
@soywiz
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants