Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F114123
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
761 B
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Nov 25, 8:26 PM (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
40052
Default Alt Text
(761 B)
Attached To
Mode
R21 oban_plugins_lazarus
Attached
Detach File
Event Timeline
Log In to Comment