Skip to content

Commit

Permalink
bump versions to be a part of Scenic v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
boydm committed Mar 26, 2019
1 parent 0fe8248 commit 99a0de3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Scenic.Clock.MixProject do
[
app: :scenic_clock,
version: @version,
elixir: "~> 1.7",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
deps: deps(),
docs: [
Expand Down Expand Up @@ -36,8 +36,7 @@ defmodule Scenic.Clock.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
# {:scenic, "~> 0.10"},
{:scenic, git: "https://github.com/boydm/scenic.git"},
{:scenic, "~> 0.10"},
{:ex_doc, ">= 0.0.0", only: [:dev, :docs]}
]
end
Expand Down

0 comments on commit 99a0de3

Please sign in to comment.