From abe24425ced15fd784ef6c62d6f186af72b491db Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 11 Jul 2021 01:51:04 -0400 Subject: Re-named ":coerce" to ":as" since it technically doesn't do coercions. --- licentia/project.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'licentia') 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"} -- cgit v1.2.3