scalafiddle / scalafiddle-core

Source code for the scalafiddle.io compilation service
https://scalafiddle.io
Apache License 2.0
101 stars 37 forks source link

Update to scala:2.12.6 and scalajs:0.6.24 #34

Closed scalway closed 5 years ago

scalway commented 5 years ago

reactify is compiled with scalajs version 0.6.23 and it doesn't work with older one:

Referring to non-existent method scala.scalajs.runtime.package$.toScalaVarArgs(scala.scalajs.js.Array)scala.collection.Seq
scalway commented 5 years ago

I see there is already such PR :)