Last active
December 29, 2015 22:19
Upgrade snakeyaml for JRuby 1.7.4 on Storm 0.9.3-wip16
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/project.clj b/project.clj | |
index 7f59387..8799476 100644 | |
--- a/project.clj | |
+++ b/project.clj | |
@@ -18,7 +18,7 @@ | |
[org.clojure/tools.logging "0.2.3"] | |
[org.clojure/math.numeric-tower "0.0.1"] | |
[storm/carbonite "1.5.0"] | |
- [org.yaml/snakeyaml "1.9"] | |
+ [org.yaml/snakeyaml "1.11"] | |
[org.apache.httpcomponents/httpclient "4.1.1"] | |
[storm/tools.cli "0.2.2"] | |
[com.googlecode.disruptor/disruptor "2.10.1"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment