Skip to content

Commit

Permalink
Bump trento contracts to 0.2.0 (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
CDimonaco authored Feb 27, 2025
1 parent 1a0e543 commit d47c09e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,7 @@ defmodule Wanda.MixProject do
{:ranch, "~> 2.1.0", override: true},
{:gen_rmq, github: "cdimonaco/gen_rmq", ref: "v5.0.1"},
{:yaml_elixir, "~> 2.9"},
{:trento_contracts,
github: "trento-project/contracts",
sparse: "elixir",
ref: "0219a45cbd9decc529543d51523206242e390d82"},
{:trento_contracts, github: "trento-project/contracts", sparse: "elixir", ref: "v0.2.0"},
{:unplug, "~> 1.1.0"},
# test deps
{:ex_doc, "~> 0.29", only: [:dev, :test], runtime: false},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"telemetry_poller": {:hex, :telemetry_poller, "1.1.0", "58fa7c216257291caaf8d05678c8d01bd45f4bdbc1286838a28c4bb62ef32999", [:rebar3], [{:telemetry, "~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "9eb9d9cbfd81cbd7cdd24682f8711b6e2b691289a0de6826e58452f28c103c8f"},
"thoas": {:hex, :thoas, "1.2.1", "19a25f31177a17e74004d4840f66d791d4298c5738790fa2cc73731eb911f195", [:rebar3], [], "hexpm", "e38697edffd6e91bd12cea41b155115282630075c2a727e7a6b2947f5408b86a"},
"toml": {:hex, :toml, "0.7.0", "fbcd773caa937d0c7a02c301a1feea25612720ac3fa1ccb8bfd9d30d822911de", [:mix], [], "hexpm", "0690246a2478c1defd100b0c9b89b4ea280a22be9a7b313a8a058a2408a2fa70"},
"trento_contracts": {:git, "https://github.com/trento-project/contracts.git", "0219a45cbd9decc529543d51523206242e390d82", [sparse: "elixir", ref: "0219a45cbd9decc529543d51523206242e390d82"]},
"trento_contracts": {:git, "https://github.com/trento-project/contracts.git", "882212c1f955eb032c9610c70513ae56cb6602ff", [sparse: "elixir", ref: "v0.2.0"]},
"unplug": {:hex, :unplug, "1.1.0", "acd8c40dfda63a831b01534307c8cc44726389429294a5ed44d7f89fb01ccd02", [:mix], [{:plug, "~> 1.8", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm", "a3b302125ed60b658a9a7c0dff6941050bfc56dc77a0bca72facdb743159898f"},
"websock": {:hex, :websock, "0.5.3", "2f69a6ebe810328555b6fe5c831a851f485e303a7c8ce6c5f675abeb20ebdadc", [:mix], [], "hexpm", "6105453d7fac22c712ad66fab1d45abdf049868f253cf719b625151460b8b453"},
"websock_adapter": {:hex, :websock_adapter, "0.5.8", "3b97dc94e407e2d1fc666b2fb9acf6be81a1798a2602294aac000260a7c4a47d", [:mix], [{:bandit, ">= 0.6.0", [hex: :bandit, repo: "hexpm", optional: true]}, {:plug, "~> 1.14", [hex: :plug, repo: "hexpm", optional: false]}, {:plug_cowboy, "~> 2.6", [hex: :plug_cowboy, repo: "hexpm", optional: true]}, {:websock, "~> 0.5", [hex: :websock, repo: "hexpm", optional: false]}], "hexpm", "315b9a1865552212b5f35140ad194e67ce31af45bcee443d4ecb96b5fd3f3782"},
Expand Down

0 comments on commit d47c09e

Please sign in to comment.