zoepepper / scalajs-jsjoda

Scala.js facade for JS-Joda with drop-in to use it as JSR310 implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version 1.2.0 of scalajs-jsjoda-as-java-time not working with Scala.js 0.6.33

OndrejSpanel opened this issue · comments

It seems version 1.2.0 of scalajs-jsjoda-as-java-time is published for both 1.0 and 0.6 (see https://mvnrepository.com/artifact/com.zoepepper/scalajs-jsjoda-as-java-time), but when I try to use it with a 0.6.33 version, I get following error:

[error] org.scalajs.core.ir.IRVersionNotSupportedException: Failed to deserialize info of file compiled with Scala.js 1.1 (supported: 0.6.0, 0.6.13, 0.6.3, 0.6.17, 0.6.4, 0.6.6, 0.6.14, 0.6.8, 0.6.29, 0.6.5, 0.6.15): /home/runner/.cache/coursier/v1/https/repo1.maven.org/maven2/com/zoepepper/scalajs-jsjoda-as-java-time_sjs0.6_2.12/1.2.0/scalajs-jsjoda-as-java-time_sjs0.6_2.12-1.2.0.jar:java/time/chrono/package.sjsir

See https://github.com/OpenGrabeso/cohubo/runs/1026884673, which is a build of https://github.com/OpenGrabeso/cohubo

It seems I can use scalajs-jsjoda version 1.2.0 just fine, but not scalajs-jsjoda-as-java-time.