Skip to content

Commit 4cf0a2e

Browse files
authored
Merge pull request #23 from esl/update-amoc
updating Amoc dependency
2 parents 28c5117 + 26bf7f7 commit 4cf0a2e

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/)
55

6-
## [1.1.0](https://github.com/esl/amoc/compare/1.0.0-beta...1.0.0) - 2021-07-16
6+
## [1.1.1](https://github.com/esl/amoc/compare/1.1.0...1.1.1) - 2021-07-19
7+
8+
### Changed:
9+
- Fix amoc dependency
10+
11+
## [1.1.0](https://github.com/esl/amoc/compare/1.0.0...1.1.0) - 2021-07-16
712

813
### Changed:
914
- Migrated to OTP24

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
]}.
44

55
{ deps, [
6-
{amoc, {git, "https://github.com/esl/amoc", {tag, "2.2.0"}}},
6+
{amoc, {git, "https://github.com/esl/amoc", {tag, "2.2.1"}}},
77
{escalus, "4.2.2"},
88
{jiffy, "1.0.8"}
99
]}.

rebar.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{"1.2.0",
22
[{<<"amoc">>,
33
{git,"https://github.com/esl/amoc",
4-
{ref,"44fc97e34b9911c012945dfe041104f32e16ed06"}},
4+
{ref,"718c6700fc611d56ba6263fcca671b343ac14cdf"}},
55
0},
66
{<<"amoc_rest">>,
77
{git,"https://github.com/esl/amoc_rest.git",

0 commit comments

Comments
 (0)