typesafehub / js-engine

A JavaScript Engine Library - provides an abstract of a means to execute JavaScript code where no browser is involved.
Other
72 stars 20 forks source link

Scala 2.12 version #52

Closed driverpt closed 7 years ago

driverpt commented 7 years ago

As title says.

benmccann commented 7 years ago

Scala 2.11 should already be supported

Supporting Scala 2.12 would be difficult. This is used by sbt-js-engine and SBT plugins are built only for Scala 2.10. Most of the dependencies do not support both Scala 2.10 and 2.12

jroper commented 7 years ago

js-engine 1.2.3 has been released with cross build against Scala 2.12.