Skip to content

Commit

Permalink
1.0.1: wider cachex support
Browse files Browse the repository at this point in the history
  • Loading branch information
mogorman committed Mar 8, 2020
1 parent eb5297a commit 20d6f67
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 Smlr.MixProject do
def project do
[
app: :smlr,
version: "1.0.0",
version: "1.0.1",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down Expand Up @@ -60,7 +60,7 @@ defmodule Smlr.MixProject do
{:ex_doc, "~> 0.21", only: :dev, runtime: false},
{:mock, "~> 0.3.0", only: :test},
{:plug, ">= 1.6.0"},
{:cachex, "~> 3.2"},
{:cachex, "~> 3.0"},
{:brotli, "~> 0.2.1"},
{:zstd, "~> 0.2.0"},
{:telemetry, "~> 0.4.1"}
Expand Down

0 comments on commit 20d6f67

Please sign in to comment.