From aaade39f887bb91fde6b0a0a2430e75837859de8 Mon Sep 17 00:00:00 2001 From: Vanessa K Lee Date: Fri, 29 Apr 2022 15:06:44 -0500 Subject: [PATCH] slim unicode dependencies because they were taking too much memory in aws build bump version 0.1.9->0.1.10 --- mix.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 29d33dc..6b5a065 100644 --- a/mix.exs +++ b/mix.exs @@ -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", @@ -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