Skip to content

Commit

Permalink
CLJS-3336: REGRESSION: Cannot require goog
Browse files Browse the repository at this point in the history
Google Closure Library version bump
  • Loading branch information
swannodette committed Dec 1, 2021
1 parent 02b450a commit d47755e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>google-closure-library</artifactId>
<version>0.0-20210811-6da97fe1</version>
<version>0.0-20211011-0726fdeb</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[org.clojure/tools.reader "1.3.3"]
[org.clojure/test.check "0.10.0-alpha3" :scope "test"]
[com.cognitect/transit-clj "0.8.309"]
[org.clojure/google-closure-library "0.0-20210811-6da97fe1"]
[org.clojure/google-closure-library "0.0-20211011-0726fdeb"]
[com.google.javascript/closure-compiler-unshaded "v20210808"]]
:profiles {:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
:uberjar {:aot :all :main cljs.main}
Expand Down
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CORE_SPECS_ALPHA_RELEASE="0.1.24"
CLOSURE_RELEASE="20210808"
DJSON_RELEASE="0.2.6"
TRANSIT_RELEASE="0.8.309"
GCLOSURE_LIB_RELEASE="0.0-20210811-6da97fe1"
GCLOSURE_LIB_RELEASE="0.0-20211011-0726fdeb"
TREADER_RELEASE="1.3.3"
TEST_CHECK_RELEASE="0.10.0-alpha3"

Expand Down

0 comments on commit d47755e

Please sign in to comment.