Kotlin dependency updates on testsuite.
@AceKYD They're all brought in transitively via here
16 Replies
Unknown User•9mo ago
Message Not Public
Sign In & Join Server To View
Yep, that's the "transitively" part 🙂
You can verify what you're using by going into the root of the dev site repo and running:
It'll show you something like:
See how
tbdex
brings in things that in turn bring in web5-dids:0.0.11
?Unknown User•9mo ago
Message Not Public
Sign In & Join Server To View
N/P - but like, that couldn't have solved your issue, no?
Are you upgrading to the latest tbDEX and its dependencies? That
tbdex:0.10.0-beta
in main
is old.Unknown User•9mo ago
Message Not Public
Sign In & Join Server To View
Yep and how did you get new
web5-kt
if we're bringing it in via tbdex
?
I doubt new web5-kt
is compatible with old tbdex-kt
Unknown User•9mo ago
Message Not Public
Sign In & Join Server To View
Right, like the intention here is to only make a single declaration on
tbdex
and let it bring in everything else.Unknown User•9mo ago
Message Not Public
Sign In & Join Server To View
Oh gosh yeah you need a new
tbdex-kt
releaseUnknown User•9mo ago
Message Not Public
Sign In & Join Server To View
It's not going to help you now but FYI coming up very soon is a set of builds you can use for every push to
main
on tbdex-kt
and web5-kt
so you won't need to wait on a release. More on that here.
That pre-release is available now, @AceKYD : https://central.sonatype.com/artifact/xyz.block/tbdexUnknown User•9mo ago
Message Not Public
Sign In & Join Server To View
Unknown User•9mo ago
Message Not Public
Sign In & Join Server To View
Yes, I'd recommend starting a branch with the upgrade to
0.11.0-beta
and keeping it rebased on main
until you get all the tests in there cleared. And of course whenever @techgirl1908 says "yes, let's update" 🙂 But that's how you can.