diff options
author | Eduardo Julian | 2021-09-04 19:35:07 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-09-04 19:35:07 -0400 |
commit | 2cb6efb6a4d8b3a7fcad530f8fc3cd20471d10d9 (patch) | |
tree | 320f018025ada6e9629e2f6c11b93c6301cb4eaf /stdlib/source | |
parent | 11713d1ba99ec7e41682addadd2778dc767682a0 (diff) |
Appendix H: Aedifex
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/program/aedifex/profile.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/program/aedifex/profile.lux b/stdlib/source/program/aedifex/profile.lux index 53c7075fb..93be5bb38 100644 --- a/stdlib/source/program/aedifex/profile.lux +++ b/stdlib/source/program/aedifex/profile.lux @@ -34,7 +34,7 @@ (def: .public default_compiler Dependency - [#dependency.artifact ["com.github.luxlang" "lux-jvm" "0.6.0-SNAPSHOT"] + [#dependency.artifact ["com.github.luxlang" "lux-jvm" "0.6.0"] #dependency.type type.jvm_library]) (type: .public Distribution |