Open ekk-cb opened 3 years ago
Ah, sounds like you need to import upickle._
. Yes, it is not stated anywhere. I will fix it at some point.
Original Author:lihaoyi
Closing because this is already tracked by https://github.com/lihaoyi/upickle/issues/8
Original Author:lihaoyi
Test Close
Reopen
Hi, I have a weird behavior using upickle 2.1.
It is reproduceable easily by cloning my demo project https://github.com/mathieuleclaire/scalaTraJSTagsWireRx. It is a client/server application based on scalatra/autowire/upickle. With upickle 1.7, it works fine, but upgrading the upickle version to 2.1 produces this error at compile time: (upgrading autowire to 2.4 does not fix the issue). Thanks
ID: 11 Original Author: mathieuleclaire