amnaredo / test

0 stars 0 forks source link

Error compiled with scalajs 0.6.13 #199

Open amnaredo opened 3 years ago

amnaredo commented 3 years ago

Got this error when compile upickle v0.4.4 with scalajs 0.6.13.

[trace] Stack trace suppressed: run last client/compile:scalaJSIR for the full output. [error] (client/compile:scalaJSIR) org.scalajs.core.ir.IRVersionNotSupportedException: Failed to deserialize info of file compiled with Scala.js 0.6.13 (supported: 0.6.0, 0.6.3, 0.6.4, 0.6.6, 0.6.8, 0.6.5): C:\Users\Administrator.ivy2\cache\com.lihaoyi\upickle_sjs0.6_2.11\jars\upickle_sjs0.6_2.11-0.4.4.jar:upickle/BigDecimalSupport$class.sjsir

ID: 186 Original Author: jiangzhe

amnaredo commented 3 years ago

I replace %%% in sbt with % and scalajs version and it works... Original Author: jiangzhe