hi, i am trying to somehow clean up my dependencie...
# refreshversions
n
hi, i am trying to somehow clean up my dependencies.properties file currently it contains lines like:
<http://version.io|version.io>.ktor..ktor-client-serialization=1.3.2
and afaik with the grouping rules those should be
version.ktor=1.3.2
instead i cannot figure out why that does not get applied (i did migrade from
0.8.6
to
0.9.4
)