Skip to content

Commit 9a78ac2

Browse files
committed
Bump deps
1 parent 8648e06 commit 9a78ac2

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ defmodule Membrane.SDL.Plugin.MixProject do
5757
[
5858
{:membrane_core, "~> 1.0"},
5959
{:membrane_common_c, "~> 0.16.0"},
60-
{:membrane_raw_video_format, "~> 0.3.0"},
60+
{:membrane_raw_video_format, "~> 0.4.0"},
6161
{:bundlex, "~> 1.2"},
6262
{:membrane_precompiled_dependency_provider, "~> 0.1.0"},
6363
# Testing
64-
{:membrane_h264_ffmpeg_plugin, "~> 0.31.0", only: :test},
65-
{:membrane_h264_plugin, "~> 0.9.0", only: :test},
64+
{:membrane_h264_ffmpeg_plugin, "~> 0.32.0", only: :test},
65+
{:membrane_h26x_plugin, "~> 0.10.0", only: :test},
6666
{:membrane_hackney_plugin, "~> 0.11.0", only: :test},
6767
# Development
6868
{:ex_doc, "~> 0.28", only: :dev, runtime: false},

0 commit comments

Comments
 (0)