diff options
Diffstat (limited to 'lux-jvm')
-rw-r--r-- | lux-jvm/project.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-jvm/project.clj b/lux-jvm/project.clj index e0606d0ab..d01f246a2 100644 --- a/lux-jvm/project.clj +++ b/lux-jvm/project.clj @@ -21,7 +21,7 @@ :url ~(str repo ".git")} :dependencies [[com.github.luxlang/lux-bootstrapper ~version] - [com.github.luxlang/stdlib ~version] + ;; [com.github.luxlang/stdlib ~version] ;; JVM Bytecode (TODO: Remove ASAP) [org.ow2.asm/asm-all "5.0.3"]] |