You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed to use parser combinator for parsing JSON in test, fixing link problem when running scalatest tests in scala-js. Please note that for scala-js 2.13.0-M2 to work we'll need to wait until parser combinator 1.0.7 is released, as 1.0.6 jar is empty and expected to be fixed in 1.0.7 (scala/scala-parser-combinators#130).
// Currently 1.0.6 for scala-js does not contain anything due to a reported bug: https://github.com/scala/scala-parser-combinators/issues/119
304
+
// 1.0.5 works for scala 2.12 but not 2.13, we should use 1.0.7 once it is published which suppose to support scala 2.13.
0 commit comments