Skip to content

Commit

Permalink
CLJS-1640: Use the unshaded version of the closure compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
dnolen committed Aug 10, 2016
1 parent 817b44d commit e8d14e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.template.xml
Expand Up @@ -29,7 +29,7 @@
</dependency>
<dependency>
<groupId>com.google.javascript</groupId>
<artifactId>closure-compiler</artifactId>
<artifactId>closure-compiler-unshaded</artifactId>
<version>v20160315</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -14,7 +14,7 @@
[org.clojure/test.check "0.9.0" :scope "test"]
[com.cognitect/transit-clj "0.8.285"]
[org.clojure/google-closure-library "0.0-20160609-f42b4a24"]
[com.google.javascript/closure-compiler "v20160315"]
[com.google.javascript/closure-compiler-unshaded "v20160315"]
[org.mozilla/rhino "1.7R5"]]
:profiles {:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
:uberjar {:aot :all :main clojure.main}}
Expand Down

0 comments on commit e8d14e6

Please sign in to comment.