Porting of ScalaLab to Scala 3

Hi all!

I ported ScalaLab to Scala 3 with the project dottylab

However the Scala ScriptEngine JSR223 compliant implementation although it is created,
does not operate correctly with the normal building of ScalaLab as a .jar file,
while it operates when I build all as an uber jar file,
however the size of that uber jar file is large, about 130 Mb,
and therefore I cannot place it at the Github repository.

Could anyone understand what happens?

1 Like