From 4610da2f275100192a5b9d03eafe00798c66a1ec Mon Sep 17 00:00:00 2001 From: Kip Cole Date: Mon, 7 Nov 2022 06:01:09 +0100 Subject: [PATCH] Use production dependencies where possible --- mix.exs | 2 +- mix.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 650c684..73abd11 100644 --- a/mix.exs +++ b/mix.exs @@ -23,7 +23,7 @@ defmodule Tempo.MixProject do {:nimble_parsec, "~> 1.0"}, {:ex_cldr, "~> 2.34"}, {:ex_cldr_calendars, github: "elixir-cldr/cldr_calendars", branch: "tempo", override: true}, - {:astro, github: "kipcole9/astro", branch: "lunar"}, + {:astro, "~> 0.10"}, {:ex_doc, "~> 0.21", runtime: false} ] end diff --git a/mix.lock b/mix.lock index 866670d..5443c5b 100644 --- a/mix.lock +++ b/mix.lock @@ -1,5 +1,5 @@ %{ - "astro": {:git, "https://github.com/kipcole9/astro.git", "80db5a51902d4739e87fc0d8b58f5e2a9f04614c", [branch: "lunar"]}, + "astro": {:hex, :astro, "0.10.0", "40dbdb5a3c2bf8f630bfdb2ea2253f62a06e3b8865aaeb8fedc8ea93ecfe7148", [:mix], [{:geo, "~> 3.0", [hex: :geo, repo: "hexpm", optional: false]}, {:tz_world, "~> 1.0", [hex: :tz_world, repo: "hexpm", optional: false]}, {:tzdata, "~> 1.0", [hex: :tzdata, repo: "hexpm", optional: false]}], "hexpm", "721b292bbe78e5f6926be8062676c7a0fce1554a45feb4d86cac9316e069d1eb"}, "certifi": {:hex, :certifi, "2.9.0", "6f2a475689dd47f19fb74334859d460a2dc4e3252a3324bd2111b8f0429e7e21", [:rebar3], [], "hexpm", "266da46bdb06d6c6d35fde799bcb28d36d985d424ad7c08b5bb48f5b5cdd4641"}, "cldr_utils": {:hex, :cldr_utils, "2.19.1", "5a7bcd2f2fd432c548e494e850bba8a9e838f1b10202f682ea1d9809d74eff31", [:mix], [{:castore, "~> 0.1", [hex: :castore, repo: "hexpm", optional: true]}, {:certifi, "~> 2.5", [hex: :certifi, repo: "hexpm", optional: true]}, {:decimal, "~> 1.9 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}], "hexpm", "fbd10f79363e70f3d893ab21e195f444ca87c2c80120b5911761491da4489620"}, "decimal": {:hex, :decimal, "2.0.0", "a78296e617b0f5dd4c6caf57c714431347912ffb1d0842e998e9792b5642d697", [:mix], [], "hexpm", "34666e9c55dea81013e77d9d87370fe6cb6291d1ef32f46a1600230b1d44f577"},