-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
erlang 24.0 | ||
elixir 1.12.0-rc.1-otp-24 | ||
elixir 1.12.0-otp-24 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
defmodule Honeydew.Mixfile do | ||
use Mix.Project | ||
|
||
@version "1.4.6" | ||
@version "1.5.0" | ||
|
||
def project do | ||
[app: :honeydew, | ||
version: @version, | ||
elixir: "~> 1.11", | ||
elixir: "~> 1.12.0", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
koudelka
Author
Owner
|
||
start_permanent: Mix.env() == :prod, | ||
docs: docs(), | ||
deps: deps(), | ||
|
@koudelka just FYI this update causes a warning to print when this library is used with Elixir 1.11, but there is no actual requirement for Elixir 1.12 in this library that I can see and nothing in the CHANGELOG. I think most likely a library should not bump this unless it is actually no longer compatible with the older version, and that seems to be the practice that others follow.