camunda / feel-scala

FEEL parser and interpreter written in Scala
https://camunda.github.io/feel-scala/
Apache License 2.0
120 stars 49 forks source link

Migrate to Scala 3 #693

Open saig0 opened 1 year ago

saig0 commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, the FEEL engine is built on Scala 2. The new major version of Scala, Scala 3, is out since 2021-05.

More and more Scala applications may use Scala 3. Scala 3 can depend on Scala 2 application but there are limitations.

Describe the solution you'd like The FEEL engine is built on Scala 3.

Related issues