Skip to content

Commit

Permalink
Merge branch 'updates'
Browse files Browse the repository at this point in the history
  • Loading branch information
cpursley committed Feb 14, 2024
2 parents 797590d + 4fa590c commit 49b08d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Installing Moebius involves a few small steps:

```elixir
def deps do
[{:moebius, "~> 3.2.0"}]
[{:moebius, "~> 4.0.0"}]
end
```

Expand Down
7 changes: 2 additions & 5 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Moebius.Mixfile do
use Mix.Project

@version "3.2.0"
@version "4.0.0"

def project do
[
Expand Down Expand Up @@ -38,16 +38,13 @@ defmodule Moebius.Mixfile do
defp deps do
[
{:postgrex, "~> 0.17.4"},
# {:exflect, "~> 0.4.0"},
# {:inflex, "~> 2.1.0"},
{:jason, "~> 1.4"},

# Dev & Test
{:ex_doc, "~> 0.31.1", only: [:dev, :docs]},
{:earmark, "~> 1.4.46", only: [:dev, :docs]},
{:credo, "~> 1.7.4", only: [:dev, :test]},
{:sobelow, "~> 0.12", only: [:dev, :test], runtime: false},
{:rambo, "~> 0.3.4", only: [:dev, :test], runtime: false}
{:sobelow, "~> 0.12", only: [:dev, :test], runtime: false}
]
end

Expand Down

0 comments on commit 49b08d6

Please sign in to comment.