Skip to content

Commit 48dd32f

Browse files
committed
Stop pinning cli_subprocess_core by commit hash
Remove the hard-coded cli_subprocess_core Git ref from the dependency declaration so release resolution no longer depends on a stale commit pin.
1 parent f3db00f commit 48dd32f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

mix.exs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ defmodule CodexSdk.MixProject do
77
@docs_url "https://hexdocs.pm/codex_sdk"
88
@cli_subprocess_core_requirement "~> 0.1.0"
99
@cli_subprocess_core_repo "nshkrdotcom/cli_subprocess_core"
10-
@cli_subprocess_core_ref "d5f7c5daa810965f60503bd4499c42ca3c4f5574"
1110
def project do
1211
[
1312
app: :codex_sdk,
@@ -49,8 +48,7 @@ defmodule CodexSdk.MixProject do
4948
:cli_subprocess_core,
5049
"../cli_subprocess_core",
5150
@cli_subprocess_core_requirement,
52-
github: @cli_subprocess_core_repo,
53-
ref: @cli_subprocess_core_ref
51+
github: @cli_subprocess_core_repo
5452
),
5553

5654
# Core dependencies

0 commit comments

Comments
 (0)