Skip to content

Commit cae91c7

Browse files
author
Paul M Bauer
committed
support boot 1.0.3
1 parent fb667c9 commit cae91c7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

build.boot

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
#!/usr/bin/env boot
2-
;JVM_OPTS='-Xms512m -XX:+TieredCompilation -XX:TieredStopAtLevel=1'
32

4-
#tailrecursion.boot.core/version "2.0.0"
3+
#tailrecursion.boot.core/version "2.3.1"
54

65
(set-env!
76
:project 'binary-clock
87
:version "0.1.0-SNAPSHOT"
9-
:dependencies '[[tailrecursion/boot.core "2.0.0"]
10-
[tailrecursion/boot.task "2.0.0"]
11-
[tailrecursion/hoplon "5.1.0"]
8+
:dependencies '[[tailrecursion/boot.task "2.1.2"]
9+
[tailrecursion/hoplon "5.5.1"]
1210
[org.clojure/clojurescript "0.0-2156"]]
1311
:out-path "resources/public"
1412
:src-paths #{"src"})

0 commit comments

Comments
 (0)