yetibot / core

:expressionless: Core yetibot utilities, extracted for shared use among Yetibot and its various plugins
https://yetibot.com
Eclipse Public License 1.0
27 stars 17 forks source link

Bump org.clojure/data.xml dep version to accommodate cognitect/aws-api #122

Closed kaffein closed 4 years ago

kaffein commented 4 years ago

Hey @devth

I just bumped org.clojure/data.xml to accommodate cognitect/aws-api. I have aligned it with the version documented here.

can you PTAL thanks a lot ^^

devth commented 4 years ago

Hey @kaffein looks like there’s a conflict in project.clj

kaffein commented 4 years ago

ouchh sorry about that, I will check that out ;)

kaffein commented 4 years ago

it should be okay now @devth ;)

thanks

codecov[bot] commented 4 years ago

Codecov Report

Merging #122 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #122   +/-   ##
=======================================
  Coverage   41.86%   41.86%           
=======================================
  Files          91       91           
  Lines        3846     3846           
  Branches      168      168           
=======================================
  Hits         1610     1610           
  Misses       2068     2068           
  Partials      168      168           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2c05eb0...5698694. Read the comment docs.

devth commented 4 years ago

New version should be building on Travis !