Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: David Al-Kanani <david.al-kanani@regnosys.com>
  • Loading branch information
davidalk committed Apr 28, 2022
1 parent 40367fe commit bbab955
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions report-execution/backend/morphir-scala/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

1. Change directories into `PROJECT_ROOT/morphir`
2. Execute `morphir-elm make`
3. The `morphir-elm gen -t Scala -S`
3. The `morphir-elm gen -t Scala -c`

This will create a `dist` which can then be copied into this project
This will create a `dist` which can then be copied into this project

Current issues:

- `BasicTypes` references `morphir.sdk.LocalTime` which is missing from the generated SDK
- Used Scala version `2.12.15` this seems to be compatible but should be checked

0 comments on commit bbab955

Please sign in to comment.