Skip to content

Commit 702edc6

Browse files
committed
Small tweaks following release
1 parent 3de77f8 commit 702edc6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/src/guide/book.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ include::security_checklist.asciidoc[Security checklist]
7979

8080
= Additional information
8181

82-
include::migrating_from_2.16.asciidoc[Changes since Cowboy 2.16]
82+
include::migrating_from_2.16.asciidoc[Migrating from Cowboy 2.16 to 2.17]
8383

8484
include::migrating_from_2.15.asciidoc[Migrating from Cowboy 2.15 to 2.16]
8585

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{deps, [
2-
{cowlib,".*",{git,"https://github.com/ninenines/cowlib",{ref,"2.18.0"}}},{ranch,".*",{git,"https://github.com/ninenines/ranch",{tag,"1.8.1"}}}
2+
{cowlib,".*",{git,"https://github.com/ninenines/cowlib",{tag,"2.18.0"}}},{ranch,".*",{git,"https://github.com/ninenines/ranch",{tag,"1.8.1"}}}
33
]}.
44
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,warn_missing_spec,warn_untyped_record]}.

0 commit comments

Comments
 (0)