input-output-hk / scrypto

Cryptographic primitives for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add cross-compilation to Scala3

aslesarenko opened this issue · comments

The following cross-compilation targets should be supported:

JVM: Scala 2.11, 2.12, 2.13, 3.3.x
JS: Scala 2.13, 3.3.x (via latest Scala.js)

The dependencies should be consistent across downstream ScorexFoundation projects. See related PRs (ScorexFoundation/scorex-util#30, ScorexFoundation/debox#5) for concrete versions of deps that can be used, example configurations and typical code fixes.

Can start from enabling migration mode.

Will do