Skip to content

Commit ed6a9b6

Browse files
add rebar for OTP 28
1 parent ef3f92b commit ed6a9b6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ publish: $(REBAR3) docs
167167
$(CURL) -qfsSL -o $@ https://github.com/erlang/rebar3/releases/download/3.23.0/rebar3 && $(CHMOD) +x $@
168168
./rebar3.OTP27:
169169
$(CURL) -qfsSL -o $@ https://github.com/erlang/rebar3/releases/download/3.23.0/rebar3 && $(CHMOD) +x $@
170+
./rebar3.OTP28:
171+
$(CURL) -qfsSL -o $@ https://github.com/erlang/rebar3/releases/download/3.25.0/rebar3 && $(CHMOD) +x $@
170172

171173
.PHONY: docker
172174
docker:

0 commit comments

Comments
 (0)