Skip to content

Commit 9702dc4

Browse files
committed
Update AnyChart version
1 parent 65af943 commit 9702dc4

File tree

4 files changed

+10537
-6300
lines changed

4 files changed

+10537
-6300
lines changed

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
:compiler {:output-to "resources/public/js/main.js"
2727
:optimizations :whitespace
2828
:foreign-libs
29-
[{:file "http://cdn.anychart.com/js/latest/anychart.min.js"
29+
[{:file "https://cdn.anychart.com/releases/v8/js/anychart-bundle.min.js"
3030
:provides ["anychart"]}]
3131
:pretty-print true}}
3232
{:id "prod"
@@ -35,6 +35,6 @@
3535
:optimizations :advanced
3636
:externs ["src-cljs/externs.js"]
3737
:foreign-libs
38-
[{:file "http://cdn.anychart.com/js/latest/anychart.min.js"
38+
[{:file "https://cdn.anychart.com/releases/v8/js/anychart-bundle.min.js"
3939
:provides ["anychart"]}]
4040
:pretty-print false}}]})

0 commit comments

Comments
 (0)