Skip to content

Commit 85db768

Browse files
committed
Update for OR-3.4 - rebar3 -> 3.21
1 parent 34e1e55 commit 85db768

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ __Version:__ Feb 17 2024 15:18:00
88

99
__Authors:__ Ulf Wiger ([`ulf.wiger@feuerlabs.com`](mailto:ulf.wiger@feuerlabs.com)), Magnus Feuer ([`magnus.feuer@feuerlabs.com`](mailto:magnus.feuer@feuerlabs.com)).
1010

11-
![Exometer Core OpenRiak Status](https://github.com/OpenRiak/exometer_core/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.2)
11+
![Exometer Core OpenRiak Status](https://github.com/OpenRiak/exometer_core/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.4)
1212

1313
The Exometer Core package allows for easy and efficient instrumentation of
1414
Erlang code, allowing crucial data on system performance to be

rebar.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
%% -*- erlang -*-
22
{deps,
33
[
4-
{parse_trans, {git, "https://github.com/OpenRiak/parse_trans.git", {branch, "openriak-3.2"}}},
5-
{hut, {git, "https://github.com/OpenRiak/hut.git", {branch, "openriak-3.2"}}},
6-
{setup, {git, "https://github.com/OpenRiak/setup.git", {branch, "openriak-3.2"}}}
4+
{parse_trans, {git, "https://github.com/OpenRiak/parse_trans.git", {branch, "openriak-3.4"}}},
5+
{hut, {git, "https://github.com/OpenRiak/hut.git", {branch, "openriak-3.4"}}},
6+
{setup, {git, "https://github.com/OpenRiak/setup.git", {branch, "openriak-3.4"}}}
77
]}.
88

99
{project_plugins, [rebar3_ex_doc]}.

rebar3

-144 KB
Binary file not shown.

0 commit comments

Comments
 (0)