amnaredo / test

0 stars 0 forks source link

Error Failed to deserialize info of file compiled with Scala.js 0.6.8 #179

Open amnaredo opened 2 years ago

amnaredo commented 2 years ago

I got this error when add upickle to my project and try to use it:

error org.scalajs.core.ir.IRVersionNotSupportedException: Failed to deserialize info of file compiled with Scala.js 0.6.8 (supported: 0.6.0, 0.6.3, 0.6.4, 0.6.6, 0.6.5): /Users/sergey/.ivy2/cache/com.lihaoyi/upickle_sjs0.6_2.11/jars/upickle_sjs0.6_2.11-0.4.1.jar:upickle/Js$False$.sjsir

ID: 161 Original Author: sergeda

amnaredo commented 2 years ago

I am getting this error as well. Any advice? I am trying to update my scalajs-sbt plugin, but I am unable to just yet.

Original Author: LogicalTime

amnaredo commented 2 years ago

Can you paste your dependencies in your sbt build?

Original Author: aborsu

amnaredo commented 2 years ago

Bug bankruptcy Original Author: lihaoyi