osmith has submitted this change. ( 
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/42944?usp=email )

Change subject: rebar.config: bump meck version: 0.9.2 -> v1.2.0
......................................................................

rebar.config: bump meck version: 0.9.2 -> v1.2.0

This fixes a compilation error with recent Erlang/OTP 29:

[  335s] ===> Compiling meck
[  335s] ===> Compiling _checkouts/meck/src/meck_matcher.erl failed
[  335s] meck_matcher.erl:76:6: 'catch ...' is deprecated; please use 'try ... 
catch ... end' instead.
[  335s] Compile directive 'nowarn_deprecated_catch' can be used to suppress
[  335s] warnings in selected modules.

Change-Id: If3409de1e09ac1b6ce3355d19e47ef0e160a2d3b
(cherry picked from commit a013155e8af1b4cca604e10f81dcb683a5e7812c)
---
M rebar.config
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  osmith: Verified




diff --git a/rebar.config b/rebar.config
index d729401..b9e4b62 100644
--- a/rebar.config
+++ b/rebar.config
@@ -24,7 +24,7 @@
 %% test deps
 {profiles,
     [{test, [{deps, [{meck,
-                      {git, "https://github.com/eproxus/meck.git";, {tag, 
"0.9.2"}}}
+                      {git, "https://github.com/eproxus/meck.git";, {tag, 
"v1.2.0"}}}
                     ]}
             ]}
     ]}.

-- 
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/42944?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: osmith/0.4.1
Gerrit-Change-Id: If3409de1e09ac1b6ce3355d19e47ef0e160a2d3b
Gerrit-Change-Number: 42944
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-CC: fixeria <[email protected]>

Reply via email to