Plans to support Scala 3

Hi, I created a nice DSL using Gatling to Test my BPMN Processes.

This DSL is written with Scala 3 and it works with Gatling, without problems for a year now.

The problem starts now as more Libraries move to Scala 3, I get now:

[error] Modules were resolved with conflicting cross-version suffixes in ProjectRef(uri("file:/xxx/camundala/"), "simulation"):
[error]    com.softwaremill.quicklens:quicklens _2.13, _3
[error] stack trace is suppressed; run last simulation / update for the full output
[error] (simulation / update) Conflicting cross-version suffixes in: com.softwaremill.quicklens:quicklens

So my question is, are there any plans to also support Scala 3 in the near future or is there an interest in the community to do so?

1 Like

Atm, there’s simply not enough ROI for us to invest on upgrading to Scala 3:

  • IIRC, you’re only the second open-source user to request it
  • none of our commercial customers has requested it

@slandelle , Thanks for the clarification.