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

Resolving new elixir version warnings #17

Merged
merged 1 commit into from
Sep 5, 2017
Merged

Conversation

kelvinst
Copy link
Contributor

@kelvinst kelvinst commented Sep 4, 2017

No description provided.

@kelvinst kelvinst force-pushed the elixir-1.3 branch 4 times, most recently from 985f0c0 to ea41625 Compare September 4, 2017 21:53
@@ -5,12 +5,12 @@ defmodule ProgressBar.Mixfile do
[
app: :progress_bar,
version: "1.6.1",
elixir: "~> 1.0",
elixir: "~> 1.3",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I guess that if phoenix and ecto both depend on elixir 1.3 to work on current versions, we could be a little restrictive for a 1.7.0 release. 😉

Copy link
Owner

Choose a reason for hiding this comment

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

Hah, yeah, this seems reasonable. I'm not scared of bumping major, so we could even make it 2.0. Maybe along with a breaking suffix: change.

Sorry about the nondeterministic specs of #18 fame. I re-ran the build and now it passes…

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No problem at all! :)

@henrik henrik merged commit f1deb26 into henrik:master Sep 5, 2017
@kelvinst kelvinst deleted the elixir-1.3 branch September 5, 2017 18:09
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.

2 participants