com-lihaoyi / utest

A simple testing framework for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

utest_sjs0.6_2.11/0.6.0 seems to be compiled against scalajs 1.0.0-M1

fdietze opened this issue · comments

When running tests, I get:

[error] org.scalajs.core.ir.IRVersionNotSupportedException:
Failed to deserialize info of file compiled with Scala.js 1.0.0-M1
(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.5, 0.6.15):
~/.cache/coursier/v1/https/repo1.maven.org/maven2/com/lihaoyi/utest_sjs0.6_2.11/0.6.0/utest_sjs0.6_2.11-0.6.0.jar:utest/runner/BaseRunner$$anonfun$6.sjsir

Huh strange, I published it using https://github.com/lihaoyi/utest/blob/master/publishSigned.sh. Seems like it should do the right thing

I'll just kick off 0.6.1 and skip 1.0.0-M1 for now...

Try 0.6.2?

0.6.2 is working, thank you!