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 5d753fb commit 75a485eCopy full SHA for 75a485e
.travis.yml
@@ -5,4 +5,6 @@ branches:
5
only:
6
- master
7
jdk:
8
+ - openjdk7
9
+ - oraclejdk7
10
- oraclejdk8
project.clj
@@ -15,7 +15,7 @@
15
[slingshot "0.12.2"]
16
[potemkin "0.4.3"]]
17
:profiles {:dev {:dependencies [;; optional deps
18
- [cheshire "5.6.0"]
+ [cheshire "5.6.1"]
19
[crouton "0.1.2"]
20
[org.clojure/tools.reader "0.10.0"]
21
[com.cognitect/transit-clj "0.8.285"]
0 commit comments