Skip to content

Instantly share code, notes, and snippets.

@bridiver
Last active December 29, 2015 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bridiver/7735425 to your computer and use it in GitHub Desktop.
Save bridiver/7735425 to your computer and use it in GitHub Desktop.
Upgrade snakeyaml for JRuby 1.7.4 on Storm 0.9.3-wip16
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