aboutsummaryrefslogtreecommitdiff
path: root/licentia
diff options
context:
space:
mode:
authorEduardo Julian2021-07-11 01:51:04 -0400
committerEduardo Julian2021-07-11 01:51:04 -0400
commitabe24425ced15fd784ef6c62d6f186af72b491db (patch)
tree42b6e3cbd179c83fae8941fa4b128b13afc766f5 /licentia
parent4610968193df10af12c91f699fec39aeb3ef703a (diff)
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Diffstat (limited to 'licentia')
-rw-r--r--licentia/project.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/licentia/project.lux b/licentia/project.lux
index 6c025c241..9e8a3282f 100644
--- a/licentia/project.lux
+++ b/licentia/project.lux
@@ -7,8 +7,8 @@
#repositories ["https://oss.sonatype.org/content/repositories/snapshots/"
"https://oss.sonatype.org/service/local/staging/deploy/maven2/"]
- #dependencies [["com.github.luxlang" "stdlib" "0.6.0-SNAPSHOT" "jar"]
- ["com.github.luxlang" "lux-jvm" "0.6.0-SNAPSHOT" "jar"]]
+ #dependencies [["com.github.luxlang" "stdlib" "0.6.0-SNAPSHOT" "jar"]]
+ #compiler ["com.github.luxlang" "lux-jvm" "0.6.0-SNAPSHOT" "jar"]
#program "program/licentia"
#test "test/licentia"}