Skip to content

Commit

Permalink
Merge pull request #649 from open-telemetry/renovate/cmark-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency cmark to ~> 0.10
  • Loading branch information
bryannaegele authored Nov 16, 2023
2 parents c4caa16 + b7eccc5 commit 837a5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/opentelemetry_api_experimental/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ defmodule OpenTelemetryExperimental.MixProject do
dep when is_atom(dep) -> {dep, ">= 0.0.0"}
end)
|> Enum.concat([
{:cmark, "~> 0.7", only: :dev, runtime: false},
{:cmark, "~> 0.10", only: :dev, runtime: false},
{:ex_doc, "0.21.0", only: :dev, runtime: false},
{:dialyxir, "~> 1.0", only: [:dev], runtime: false},
{:covertool, ">= 0.0.0", only: :test}
Expand Down

0 comments on commit 837a5e9

Please sign in to comment.