Skip to content

Commit

Permalink
slim unicode dependencies
Browse files Browse the repository at this point in the history
because they were taking too much memory in aws build
bump version 0.1.9->0.1.10
  • Loading branch information
Vanessa K Lee committed Apr 29, 2022
1 parent 9bf3e4a commit aaade39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Akin.Mixfile do
def project do
[
app: :akin,
version: "0.1.9",
version: "0.1.10",
elixir: "~> 1.7",
name: "Akin",
source_url: "https://github.com/vanessaklee/akin",
Expand Down Expand Up @@ -37,7 +37,7 @@ defmodule Akin.Mixfile do
{:nimble_csv, "~> 1.1"},
{:stemmer, "~> 1.0"},
{:sweet_xml, "~> 0.7.0"},
{:unicode_string, "~> 1.0"}
{:unicode, "~> 1.0"}
]
end

Expand Down

0 comments on commit aaade39

Please sign in to comment.