Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #183 from shahryarjb/master
Browse files Browse the repository at this point in the history
Update Mishka Installer and social version
  • Loading branch information
shahryarjb authored Apr 1, 2022
2 parents b26bd98 + bdc429a commit eec5660
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/mishka_api/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ defmodule MishkaApi.MixProject do
{:plug, "~> 1.11"},
{:mishka_translator, in_umbrella: true},
{:sobelow, "~> 0.8", only: :dev},
{:mishka_installer, git: "https://github.com/mishka-group/mishka_installer.git"},
{:mishka_installer, "~> 0.0.2"},
]
end

Expand Down
2 changes: 1 addition & 1 deletion apps/mishka_content/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ defmodule MishkaContent.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:mishka_installer, git: "https://github.com/mishka-group/mishka_installer.git"},
{:mishka_installer, "~> 0.0.2"},
{:mishka_database, in_umbrella: true},
{:bamboo, "~> 2.1.0"},
{:bamboo_smtp, "~> 4.0.1"},
Expand Down
3 changes: 1 addition & 2 deletions apps/mishka_html/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ defmodule MishkaHtml.MixProject do
{:esbuild, "~> 0.3.4", runtime: Mix.env() == :dev},
{:sobelow, "~> 0.11.1", only: :dev},
{:jalaali, "~> 0.4.0"},
{:mishka_installer, git: "https://github.com/mishka-group/mishka_installer.git"},
{:mishka_social, git: "https://github.com/mishka-group/mishka_social.git"}
{:mishka_social, "~> 0.0.2"}
]
end

Expand Down
2 changes: 1 addition & 1 deletion apps/mishka_user/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defmodule MishkaUser.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:mishka_installer, git: "https://github.com/mishka-group/mishka_installer.git"},
{:mishka_installer, "~> 0.0.2"},
{:mishka_database, in_umbrella: true},
{:mishka_translator, in_umbrella: true},
{:mishka_content, in_umbrella: true},
Expand Down

0 comments on commit eec5660

Please sign in to comment.