Skip to content

Commit

Permalink
Bump dependencies and fix a few warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
potatosalad committed Aug 29, 2022
1 parent 457d2f4 commit 43d3db4
Show file tree
Hide file tree
Showing 8 changed files with 782 additions and 166 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -11,9 +11,9 @@ jobs:
fail-fast: false
matrix:
include:
- erlang: 24.0-alpine-3.13.3
- erlang: 23.2-alpine-3.12.1
- erlang: 22.2.1-alpine-3.12.0
- erlang: 25.0.4-alpine-3.16.1
# - erlang: 24.3.4.4-alpine-3.16.1 # appears to have a broken 'ssl' library
- erlang: 23.3.4.16-alpine-3.16.0

steps:
- uses: actions/checkout@v2
Expand Down
24 changes: 12 additions & 12 deletions Makefile
@@ -1,17 +1,17 @@
PROJECT = jose
PROJECT_DESCRIPTION = JSON Object Signing and Encryption (JOSE) for Erlang and Elixir.
PROJECT_VERSION = 1.9.0

TEST_DEPS = jiffy jsone jsx libdecaf libsodium ojson proper

dep_jiffy = git git://github.com/davisp/jiffy.git master
dep_jsone = git git://github.com/sile/jsone.git master
dep_jsx = git git://github.com/talentdeficit/jsx.git v2.10.0
dep_keccakf1600 = git git://github.com/potatosalad/erlang-keccakf1600.git master
dep_libdecaf = git https://github.com/talklittle/erlang-libdecaf.git otp-23-remove-erl-interface
dep_libsodium = git https://github.com/talklittle/erlang-libsodium.git otp-23-remove-erl-interface
dep_ojson = git git://github.com/potatosalad/erlang-ojson.git master
dep_proper = git git://github.com/proper-testing/proper.git v1.3
PROJECT_VERSION = 1.11.3

TEST_DEPS = jiffy jsone jsx libdecaf ojson proper

dep_jiffy = hex 1.1.1
dep_jsone = hex 1.7.0
dep_jsx = hex 3.1.0
# dep_keccakf1600 = hex 3.0.0
dep_libdecaf = hex 2.1.0
# dep_libsodium = git https://github.com/talklittle/erlang-libsodium.git otp-23-remove-erl-interface
dep_ojson = hex 1.0.0
dep_proper = git https://github.com/proper-testing/proper.git bfd7d862dd5082eeca65c192a7021d0e4de5973e

include erlang.mk

Expand Down
8 changes: 4 additions & 4 deletions build.config
Expand Up @@ -10,9 +10,6 @@ index/*
core/index
core/deps

# Plugins that must run before Erlang code gets compiled.
plugins/protobuffs

# Core modules, continued.
core/erlc
core/docs
Expand All @@ -25,13 +22,16 @@ plugins/asciidoc
plugins/bootstrap
plugins/c_src
plugins/ci
plugins/concuerror
plugins/ct
plugins/dialyzer
plugins/edoc
plugins/erlydtl
plugins/escript
plugins/eunit
plugins/hex
plugins/proper
plugins/protobuffs
plugins/relx
plugins/shell
plugins/sphinx
Expand All @@ -47,4 +47,4 @@ plugins/sfx
core/plugins

# Core modules which can use variables from plugins.
core/deps-tools
core/deps-tools

0 comments on commit 43d3db4

Please sign in to comment.