Skip to content

Commit 5b48a90

Browse files
authored
uglifyjs 2.8.29, bump deps (#5)
1 parent 1e21715 commit 5b48a90

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

boot.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#https://github.com/boot-clj/boot
22
#Sat Jun 13 18:06:56 EEST 2015
3-
BOOT_CLOJURE_VERSION=1.9.0-alpha8
4-
BOOT_VERSION=2.6.0
3+
BOOT_CLOJURE_VERSION=1.10.1
4+
BOOT_VERSION=2.8.3
55
BOOT_EMIT_TARGET=no

build.boot

+9-10
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,22 @@
33
:test-paths #{"test"}
44
:resource-paths #{"src" "resources"}
55
:repositories #(conj % '["bintray" {:url "http://dl.bintray.com/nitram509/jbrotli"}])
6-
:dependencies '[[org.clojure/clojure "1.9.0-alpha9" :scope "provided"]
7-
[boot/core "2.6.0" :scope "provided"]
8-
[adzerk/bootlaces "0.1.13" :scope "test"]
9-
[metosin/boot-alt-test "0.1.0" :scope "test"]
10-
[adzerk/boot-test "1.1.2" :scope "test"]
11-
[cheshire "5.6.3"]
12-
[org.apache.commons/commons-lang3 "3.4"]
13-
6+
:dependencies '[[org.clojure/clojure "1.10.1" :scope "provided"]
7+
[boot/core "2.8.3" :scope "provided"]
8+
[adzerk/bootlaces "0.2.0" :scope "test"]
9+
[metosin/bat-test "0.4.3" :scope "test"]
10+
[adzerk/boot-test "1.2.0" :scope "test"]
11+
[cheshire "5.9.0"]
12+
[org.apache.commons/commons-lang3 "3.9"]
1413
[org.meteogroup.jbrotli/jbrotli "0.5.0"]])
1514

1615
(require '[adzerk.bootlaces :refer [bootlaces! build-jar push-snapshot push-release]]
17-
'[metosin.boot-alt-test :refer [alt-test]]
16+
'[metosin.bat-test :refer [bat-test]]
1817
'[adzerk.boot-test :refer [test]]
1918
'[boot.core :as core :refer [deftask]]
2019
'[nha.run])
2120

22-
(def +version+ "2.7.4-SNAPSHOT")
21+
(def +version+ "2.8.29-SNAPSHOT")
2322

2423
(bootlaces! +version+)
2524

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ machine:
44
node:
55
version: 0.10.22
66
environment:
7-
BOOT_VERSION: 2.6.0
7+
BOOT_VERSION: 2.8.3
88
_JAVA_OPTIONS: "-Xms512m -Xmx1024m"
99
dependencies:
1010
cache_directories:

resources/Uglify2/uglifyjs.self.js

+7-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)