Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
Add missing dependency to Jason in mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ruoss committed Nov 9, 2020
1 parent 8ffc100 commit e820dd1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

## [1.0.1] - 2020-11-09

### Changed

* Add missing dependency to Jason in `mix.exs`

## [1.0.0] - 2020-11-09

### Added

* `BonnyPlug.AdmissionReview`: Internal representation of an admission review
Expand Down
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule BonnyPlug.MixProject do
use Mix.Project

@source_url "https://github.com/ufirstgroup/bonny_plug"
@version "1.0.0"
@version "1.0.1"

def project do
[
Expand Down Expand Up @@ -46,6 +46,7 @@ defmodule BonnyPlug.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:jason, "~> 1.2"},
{:credo, "~> 1.5", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 1.0", only: [:dev, :test], runtime: false},
{:ex_doc, "~> 0.23", only: :dev, runtime: false},
Expand Down

0 comments on commit e820dd1

Please sign in to comment.