Skip to content

Commit

Permalink
Use a released version of still instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
Sgoettschkes committed Jan 1, 2024
1 parent 4504234 commit 3fb8c0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ defmodule Sgoettschkes.MixProject do
[
{:earmark, "~> 1.4.24"},
{:neotoma, "~> 1.7.3", manager: :rebar3, override: true},
{:still, git: "https://github.com/still-ex/still.git", branch: "master"},
{:still, "~> 0.8.0"},
{:timex, "~> 3.7"},
{:yaml_elixir, "~> 2.8"},
{:meeseeks, "~> 0.17.0"}
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"sleeplocks": {:hex, :sleeplocks, "1.1.2", "d45aa1c5513da48c888715e3381211c859af34bee9b8290490e10c90bb6ff0ca", [:rebar3], [], "hexpm", "9fe5d048c5b781d6305c1a3a0f40bb3dfc06f49bf40571f3d2d0c57eaa7f59a5"},
"slime": {:hex, :slime, "1.3.0", "153cebb4a837efaf55fb09dff0d79374ad74af835a0288feccbfd9cf606446f9", [:mix], [{:neotoma, "~> 1.7", [hex: :neotoma, repo: "hexpm", optional: false]}], "hexpm", "303b58f05d740a5fe45165bcadfe01da174f1d294069d09ebd7374cd36990a27"},
"ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.7", "354c321cf377240c7b8716899e182ce4890c5938111a1296add3ec74cf1715df", [:make, :mix, :rebar3], [], "hexpm", "fe4c190e8f37401d30167c8c405eda19469f34577987c76dde613e838bbc67f8"},
"still": {:git, "https://github.com/still-ex/still.git", "a7550a918f380f56866f77aa63778df60fe52d0c", [branch: "master"]},
"still": {:hex, :still, "0.8.0", "089da84ba29c4e7d47cd14bc825a3fe185cbdab22539b0ecdb95d61f1e8bf40b", [:mix], [{:cachex, "~> 3.3", [hex: :cachex, repo: "hexpm", optional: false]}, {:cowboy, "~> 2.8", [hex: :cowboy, repo: "hexpm", optional: false]}, {:earmark, "~> 1.4.20", [hex: :earmark, repo: "hexpm", optional: false]}, {:ex_image_info, "~> 0.2.4", [hex: :ex_image_info, repo: "hexpm", optional: false]}, {:file_system, "~> 0.2.10", [hex: :file_system, repo: "hexpm", optional: false]}, {:floki, "~> 0.32.0", [hex: :floki, repo: "hexpm", optional: false]}, {:jason, "~> 1.2", [hex: :jason, repo: "hexpm", optional: false]}, {:mime, "~> 1.0", [hex: :mime, repo: "hexpm", optional: false]}, {:mogrify, "~> 0.8.0", [hex: :mogrify, repo: "hexpm", optional: false]}, {:plug, "~> 1.10", [hex: :plug, repo: "hexpm", optional: false]}, {:plug_cowboy, "~> 2.3", [hex: :plug_cowboy, repo: "hexpm", optional: false]}, {:slime, "~> 1.2", [hex: :slime, repo: "hexpm", optional: false]}, {:timex, "~> 3.7", [hex: :timex, repo: "hexpm", optional: false]}, {:yaml_elixir, "~> 2.4", [hex: :yaml_elixir, repo: "hexpm", optional: false]}], "hexpm", "6691b539acea44372c9fca4323a515d7bae45661017c8ccc989f6e2f35328a28"},
"telemetry": {:hex, :telemetry, "1.2.1", "68fdfe8d8f05a8428483a97d7aab2f268aaff24b49e0f599faa091f1d4e7f61c", [:rebar3], [], "hexpm", "dad9ce9d8effc621708f99eac538ef1cbe05d6a874dd741de2e689c47feafed5"},
"timex": {:hex, :timex, "3.7.11", "bb95cb4eb1d06e27346325de506bcc6c30f9c6dea40d1ebe390b262fad1862d1", [:mix], [{:combine, "~> 0.10", [hex: :combine, repo: "hexpm", optional: false]}, {:gettext, "~> 0.20", [hex: :gettext, repo: "hexpm", optional: false]}, {:tzdata, "~> 1.1", [hex: :tzdata, repo: "hexpm", optional: false]}], "hexpm", "8b9024f7efbabaf9bd7aa04f65cf8dcd7c9818ca5737677c7b76acbc6a94d1aa"},
"toml": {:hex, :toml, "0.5.2", "e471388a8726d1ce51a6b32f864b8228a1eb8edc907a0edf2bb50eab9321b526", [:mix], [], "hexpm", "f1e3dabef71fb510d015fad18c0e05e7c57281001141504c6b69d94e99750a07"},
Expand Down

0 comments on commit 3fb8c0e

Please sign in to comment.