vt-elixir / ja_serializer

JSONAPI.org Serialization in Elixir.
Other
640 stars 148 forks source link

Bump versions #335

Closed samhamilton closed 4 years ago

samhamilton commented 4 years ago

Hi,

A small pull to update various deps

Thanks Sam

beerlington commented 4 years ago

@samhamilton thanks for the PR. It looks like the Ecto bump isn't compatible with Elixir <= 1.6. Any idea if there's a way to specify which version of Ecto to use with each version in Travis CI?

samhamilton commented 4 years ago

@beerlington ah no I don't, and as per the Elixir EOL policy 1.6 will only be getting security patches until 1.11 is released so perhaps bump the min Elixir version requirement?

psteininger commented 4 years ago

@beerlington and @samhamilton I think we should bump the elixir version. The language is evolving fast and I think most teams are keeping up.

samhamilton commented 4 years ago

@psteininger I have gone ahead and bumped the package and elixir versions plus also updated travis config for newer versions

beerlington commented 4 years ago

Thanks!