Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicletz committed Sep 20, 2024
1 parent 4b8635d commit cdbad25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ end
defmodule Diode.Mixfile do
use Mix.Project

@vsn "1.5.9"
@full_vsn "v1.5.9"
@vsn "1.6.0"
@full_vsn "v1.6.0"
@url "https://github.com/diodechain/diode_server"

def project do
Expand Down Expand Up @@ -107,8 +107,8 @@ defmodule Diode.Mixfile do
{:sqlitex, github: "diodechain/sqlitex"},
{:websockex, github: "Azolo/websockex"},
{:while, "~> 0.2"},
{:mutable_map, "~> 1.0"},
# {:mutable_map, path: "../../mutable_map"},
# {:mutable_map, "~> 1.0"},
{:mutable_map, path: "../../mutable_map"},

# linting
{:dialyxir, "~> 1.1", only: [:dev], runtime: false},
Expand Down

0 comments on commit cdbad25

Please sign in to comment.