File tree 4 files changed +19
-18
lines changed
4 files changed +19
-18
lines changed Original file line number Diff line number Diff line change 1
1
# https://github.com/boot-clj/boot
2
2
# 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
5
5
BOOT_EMIT_TARGET =no
Original file line number Diff line number Diff line change 3
3
:test-paths #{" test" }
4
4
:resource-paths #{" src" " resources" }
5
5
: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" ]
14
13
[org.meteogroup.jbrotli/jbrotli " 0.5.0" ]])
15
14
16
15
(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]]
18
17
'[adzerk.boot-test :refer [test]]
19
18
'[boot.core :as core :refer [deftask ]]
20
19
'[nha.run])
21
20
22
- (def +version+ " 2.7.4 -SNAPSHOT" )
21
+ (def +version+ " 2.8.29 -SNAPSHOT" )
23
22
24
23
(bootlaces! +version+)
25
24
Original file line number Diff line number Diff line change 4
4
node :
5
5
version : 0.10.22
6
6
environment :
7
- BOOT_VERSION : 2.6.0
7
+ BOOT_VERSION : 2.8.3
8
8
_JAVA_OPTIONS : " -Xms512m -Xmx1024m"
9
9
dependencies :
10
10
cache_directories :
You can’t perform that action at this time.
0 commit comments