Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to Ecto 3.0.0-rc.1 #99

Closed
wants to merge 1 commit into from
Closed

update to Ecto 3.0.0-rc.1 #99

wants to merge 1 commit into from

Conversation

tarzan
Copy link

@tarzan tarzan commented Oct 16, 2018

In preparation of the coming release of Ecto 3.0.

I wanted to try running my app with the release candidate of Ecto 3.0 and these changes to arc_ecto where necessary. So, I thought to put it up here for your review, hope it saves you some time ;)

{:arc, "~> 0.11.0"},
{:ecto, "~> 2.1"},
{:arc, "~> 0.11.0"},
{:ecto, "~> 3.0.0-rc.1"},
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @tarzan. Ecto 3.0 is now released. I've amended your commit in #101.

Looks good to me.

@nathany nathany mentioned this pull request Nov 1, 2018
@dbernheisel dbernheisel mentioned this pull request Nov 8, 2018
@dbernheisel
Copy link
Contributor

This would also fix #102
However it's not necessary to have the project require Ecto 3.0.

@stavro
Copy link
Owner

stavro commented Nov 18, 2018

Fixed via 98d5b6c

@stavro stavro closed this Nov 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants