diff options
author | Eduardo Julian | 2021-09-01 01:01:22 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-09-01 01:01:22 -0400 |
commit | 4051a1cbe0999ee22bc395b059ea1556bcc002a0 (patch) | |
tree | b8a5a4ca830285eb83dfa84c9b7eecf82e2149b0 /lux-bootstrapper | |
parent | 834ed92e323fd274c2da08c82a7d8785663e10be (diff) |
Updates to the JS compiler.
Diffstat (limited to 'lux-bootstrapper')
-rw-r--r-- | lux-bootstrapper/project.clj | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lux-bootstrapper/project.clj b/lux-bootstrapper/project.clj index f6c317476..55d62ac48 100644 --- a/lux-bootstrapper/project.clj +++ b/lux-bootstrapper/project.clj @@ -14,14 +14,14 @@ :dependencies [[org.clojure/clojure "1.6.0"] [org.clojure/core.match "0.2.1"] ;; Prefer when building Lua compiler. - [org.ow2.asm/asm-all "5.0.3"] + ;; [org.ow2.asm/asm-all "5.0.3"] ;; Prefer when building JS compiler. - ;; [org.ow2.asm/asm "7.3.1"] - ;; [org.ow2.asm/asm-commons "7.3.1"] - ;; [org.ow2.asm/asm-analysis "7.3.1"] - ;; [org.ow2.asm/asm-tree "7.3.1"] - ;; [org.ow2.asm/asm-util "7.3.1"] + [org.ow2.asm/asm "7.3.1"] + [org.ow2.asm/asm-commons "7.3.1"] + [org.ow2.asm/asm-analysis "7.3.1"] + [org.ow2.asm/asm-tree "7.3.1"] + [org.ow2.asm/asm-util "7.3.1"] ] :warn-on-reflection true :repositories [["snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"] |