Skip to content

Commit

Permalink
update smart city version (#54)
Browse files Browse the repository at this point in the history
UrbanOS-Public/internal#521

Co-authored-by: Christine Walsh <[email protected]>
Co-authored-by: Jennifer Folkerth <[email protected]>
  • Loading branch information
3 people authored Feb 8, 2022
1 parent c1b3a77 commit fd58fe9
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 SmartCityTest.MixProject do
def project do
[
app: :smart_city_test,
version: "2.0.3",
version: "2.0.4",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
description: description(),
Expand All @@ -30,7 +30,7 @@ defmodule SmartCityTest.MixProject do
defp deps do
[
{:brod, "~> 3.8"},
{:smart_city, "~> 5.0.1"},
{:smart_city, "~> 5.0.2"},
{:faker, "~> 0.12"},
{:ex_doc, "~> 0.19"},
{:credo, "~> 1.1", only: [:dev, :test, :integration], runtime: false},
Expand Down

0 comments on commit fd58fe9

Please sign in to comment.