Updated base sqlite code (#68)

This commit is contained in:
Maas-Maarten Zeeman
2021-11-20 20:42:09 +01:00
committed by GitHub
parent 225ac60cf4
commit 20f7a2916f
5 changed files with 4516 additions and 3037 deletions

View File

@@ -3,7 +3,7 @@ DIALYZER = dialyzer
ERL ?= erl
REBAR3 := $(shell which rebar3 2>/dev/null || echo ./rebar3)
REBAR3_VERSION := 3.14.1
REBAR3_VERSION := 3.17.0
REBAR3_URL := https://github.com/erlang/rebar3/releases/download/$(REBAR3_VERSION)/rebar3
all: compile