Page MenuHomePhorge

No OneTemporary

Size
761 B
Referenced Files
None
Subscribers
None
diff --git a/mix.exs b/mix.exs
index 6445aa9..6d0c01e 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,28 +1,27 @@
defmodule Oban.Plugins.Lazarus.MixProject do
use Mix.Project
def project do
[
app: :oban_plugins_lazarus,
version: "0.1.0",
elixir: "~> 1.16",
start_permanent: Mix.env() == :prod,
deps: deps()
]
end
# Run "mix help compile.app" to learn about applications.
def application do
[
extra_applications: [:logger]
]
end
# Run "mix help deps" to learn about dependencies.
defp deps do
[
- # {:dep_from_hexpm, "~> 0.3.0"},
- # {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
+ {:oban, "~> 2.17.9"}
]
end
end

File Metadata

Mime Type
text/x-diff
Expires
Mon, Nov 25, 8:26 PM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
40052
Default Alt Text
(761 B)

Event Timeline