keenlabs / KeenClient-Java

Official Java client for the Keen IO API. Build analytics features directly into your Java apps.
https://keen.io/docs
MIT License
74 stars 43 forks source link

Update version in dependency examples to 2.2.0 #69

Closed louiszuckerman closed 8 years ago

louiszuckerman commented 8 years ago

The example dependencies for maven & gradle pointed to the previous version, 2.1.2. Updated to use 2.2.0.

louiszuckerman commented 8 years ago

Checks failed?! All I did was change a readme! (Though I did forgeto to skip ci)

dkador commented 8 years ago

You need to merge latest master into this. I believe I've fixed this annoying error. Give that a shot and I'll merge this in (good catch, BTW!).

louiszuckerman commented 8 years ago

@dkador I don't see any changes from master to merge.

dkador commented 8 years ago

Oh, that's odd. The error you're seeing is definitely the same one I was getting. I fixed it with https://github.com/keenlabs/KeenClient-Java/commit/99bb848aea135dc3ebf6d7e5c564b293275734ef. But it does appear you've got those changes in your branch already. Let me see if restarting the broken travis run somehow fixes it.