summaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2025-07-31 15:38:13 +0200
committerDavid Göransson <david.goransson@mullvad.net>2025-08-01 09:48:08 +0200
commit754677a648ad6580f5546f0b83ea5765cfd97b3d (patch)
treef7c1c32538f06a262c5d3086f4e4512af288eb4a /scripts
parent212c9c1aabe17763f0ed807b2d3fca15f2305c8b (diff)
downloadmullvadvpn-754677a648ad6580f5546f0b83ea5765cfd97b3d.tar.xz
mullvadvpn-754677a648ad6580f5546f0b83ea5765cfd97b3d.zip
Fix ktor parsing error
App module had transitive dependencies using a older version at runtime of serializationx. However, when compiling the test:e2e module a later version than 1.8.0 was used through ktor. This caused deserialization in runtime to go looking for a method that didn't exist. By putting an explicit version in the app module we make sure to use a version that is compatible with ktor.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions