Skip to content

Commit fbcc7b7

Browse files
authored
Merge pull request #27 from fluximus-prime/renovate/pin-dependencies
Pin dependency startest to == 0.6.0
2 parents 5b4ce08 + 8fc4bb0 commit fbcc7b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ tom = ">= 0.3.0 and < 2.0.0"
1414
gleam_regexp = ">= 1.0.0 and < 2.0.0"
1515

1616
[dev-dependencies]
17-
startest = ">= 0.5.0 and < 1.0.0"
17+
startest = "== 0.6.0"

manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ glaml = { version = ">= 3.0.0 and < 4.0.0" }
3333
gleam_regexp = { version = ">= 1.0.0 and < 2.0.0" }
3434
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
3535
simplifile = { version = ">= 2.2.0 and < 3.0.0" }
36-
startest = { version = ">= 0.5.0 and < 1.0.0" }
36+
startest = { version = "== 0.6.0" }
3737
tom = { version = ">= 0.3.0 and < 2.0.0" }

0 commit comments

Comments
 (0)