Skip to content

Commit 3d66fbd

Browse files
committed
Update for OR-3.4 - rebar3 -> 3.21
1 parent 0260e9e commit 3d66fbd

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/erlang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Erlang CI
33
on:
44
push:
55
branches:
6-
- openriak-3.2
6+
- openriak-3.4
77
pull_request:
88
branches:
9-
- openriak-3.2
9+
- openriak-3.4
1010

1111
jobs:
1212

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cuttlefish
22

3-
![Cuttlefish OpenRiak Status](https://github.com/OpenRiak/cuttlefish/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.2)
3+
![Cuttlefish OpenRiak Status](https://github.com/OpenRiak/cuttlefish/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.4)
44

55
Cuttlefish is a library for Erlang applications that wish to walk the
66
fine line between Erlang `app.config`s and a sysctl-like syntax.

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{erl_opts, [warnings_as_errors, debug_info, warn_untyped_record]}.
66

7-
{deps, [{getopt, {git, "https://github.com/OpenRiak/getopt.git", {branch, "openriak-3.2"}}}]}.
7+
{deps, [{getopt, {git, "https://github.com/OpenRiak/getopt.git", {branch, "openriak-3.4"}}}]}.
88

99
{escript_emu_args, "%%! -escript main cuttlefish_escript +S 1 +A 0\n"}.
1010
{escript_incl_apps, [getopt, cuttlefish]}.

rebar3

-144 KB
Binary file not shown.

0 commit comments

Comments
 (0)