Skip to content

Commit

Permalink
chore: Update earmark in mix and publish 1.0.1 to hex
Browse files Browse the repository at this point in the history
  • Loading branch information
pprzetacznik committed May 26, 2024
1 parent 9c48a05 commit 12b93ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ If you would like to make some changes to the images you can find dockerfiles in
* docker/ielixir - for dockerfile source of pprzetacznik/ielixir image,
* docker/ielixir-requirements - for dockerfile source of pprzetacznik/ielixir-requirements image.

Elixir builds takend from [hex.pm builds.txt](https://repo.hex.pm/builds/elixir/builds.txt).
Elixir builds taken from [hex.pm builds.txt](https://repo.hex.pm/builds/elixir/builds.txt).

#### Other docker images worth seeing

Expand Down
7 changes: 5 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ defmodule IElixir.Mixfile do
end

def application do
[mod: {IElixir, []}, applications: [:logger, :iex, :ecto, :erlzmq, :poison, :uuid, :floki]]
[
mod: {IElixir, []},
applications: [:logger, :iex, :ecto, :erlzmq, :poison, :uuid, :floki]
]
end

defp deps do
Expand All @@ -39,7 +42,7 @@ defmodule IElixir.Mixfile do
{:sqlite_ecto2, "~> 2.4.0"},

# Docs dependencies
{:earmark, "~> 1.3.2", only: :docs},
{:earmark, "~> 1.3.6", only: :docs},
{:ex_doc, "~> 0.23", only: :docs, runtime: false},
{:inch_ex, "~> 2.0.0", only: :docs},

Expand Down

0 comments on commit 12b93ea

Please sign in to comment.