We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c36a8ab + 34357b9 commit 0cd2531Copy full SHA for 0cd2531
build.gradle
@@ -96,7 +96,7 @@ dependencies {
96
implementation "org.clojure:core.match:1.1.0"
97
implementation "org.clojure:core.memoize:1.1.266"
98
implementation "slingshot:slingshot:0.12.2"
99
- implementation 'org.yaml:snakeyaml:1.33.0.SP1-redhat-00001'
+ implementation 'org.yaml:snakeyaml:2.2'
100
implementation "cheshire:cheshire:5.13.0"
101
implementation 'commons-codec:commons-codec:1.16.1'
102
implementation ("selmer:selmer:1.12.59") { // templating lib
0 commit comments