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

Add decimal ~> 2.0 to dependencies #8

Merged
merged 3 commits into from
Oct 21, 2024
Merged

Conversation

andreyuhai
Copy link
Contributor

@andreyuhai andreyuhai commented Oct 21, 2024

Add decimal ~> 2.0 to dependencies, not forcing current users of the package to update.

@andreyuhai andreyuhai requested a review from twist900 October 21, 2024 10:14
@andreyuhai andreyuhai marked this pull request as ready for review October 21, 2024 10:14
mix.exs Outdated
@@ -37,7 +37,7 @@ defmodule AbsintheHelpers.MixProject do
{:ex_doc, "~> 0.34", only: :dev, runtime: false},
{:absinthe, "~> 1.0"},
{:mimic, "~> 1.10", only: :test},
{:decimal, "~> 1.9"}
{:decimal, "~> 2.0"}

Choose a reason for hiding this comment

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

Suggested change
{:decimal, "~> 2.0"}
{:decimal, "~> 1.9 or ~> 2.0"}

Choose a reason for hiding this comment

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

Let's not force update for user of this library

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Had not thought about that. 🙇

@andreyuhai andreyuhai requested a review from mpmiszczyk October 21, 2024 10:25
@andreyuhai andreyuhai changed the title Bump Decimal version Add decimal ~> 2.0 to dependencies Oct 21, 2024
Copy link

@mpmiszczyk mpmiszczyk left a comment

Choose a reason for hiding this comment

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

Looks like we are not using any of the breaking API

@andreyuhai andreyuhai merged commit 3ea0189 into main Oct 21, 2024
4 checks passed
@andreyuhai andreyuhai deleted the bump-decimal-version branch October 21, 2024 10:37
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