Skip to content

Commit

Permalink
fix formatting on mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
NortySpock committed Nov 13, 2024
1 parent 54c82ea commit 99a5c67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ defmodule Teiserver.MixProject do
{:mock, "~> 0.3.0", only: :test},

# Teiserver libs
{:openskill, git: "https://github.com/beyond-all-reason/openskill.ex.git", branch: "master"},
{:openskill,
git: "https://github.com/beyond-all-reason/openskill.ex.git", branch: "master"},
{:cowboy, "~> 2.9"},
{:statistics, "~> 0.6.2"},
{:csv, "~> 2.4"},
Expand Down

0 comments on commit 99a5c67

Please sign in to comment.