We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb667c9 commit cae91c7Copy full SHA for cae91c7
build.boot
@@ -1,14 +1,12 @@
1
#!/usr/bin/env boot
2
-;JVM_OPTS='-Xms512m -XX:+TieredCompilation -XX:TieredStopAtLevel=1'
3
4
-#tailrecursion.boot.core/version "2.0.0"
+#tailrecursion.boot.core/version "2.3.1"
5
6
(set-env!
7
:project 'binary-clock
8
: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"]
+ :dependencies '[[tailrecursion/boot.task "2.1.2"]
+ [tailrecursion/hoplon "5.5.1"]
12
[org.clojure/clojurescript "0.0-2156"]]
13
:out-path "resources/public"
14
:src-paths #{"src"})
0 commit comments