Skip to content

Commit fe1484d

Browse files
renovate[bot]TanklesXL
authored andcommitted
Update dependency gleam_community_colour to v2
1 parent 71eaa0b commit fe1484d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gleam = ">= 1.4.0 and < 2.0.0"
2121
gleam_stdlib = ">= 0.43.0 and < 2.0.0"
2222
snag = ">= 1.0.0 and < 2.0.0"
2323
gleam_community_ansi = "~> 1.0"
24-
gleam_community_colour = "~> 1.0"
24+
gleam_community_colour = "~> 1.0 or ~> 2.0"
2525

2626
[dev-dependencies]
2727
gleeunit = "~> 1.0"

manifest.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ packages = [
2727
argv = { version = ">= 1.0.2 and < 2.0.0" }
2828
birdie = { version = ">= 1.1.8 and < 2.0.0" }
2929
gleam_community_ansi = { version = "~> 1.0" }
30-
gleam_community_colour = { version = "~> 1.0" }
30+
gleam_community_colour = { version = "~> 1.0 or ~> 2.0" }
3131
gleam_stdlib = { version = ">= 0.43.0 and < 2.0.0" }
3232
gleeunit = { version = "~> 1.0" }
3333
snag = { version = ">= 1.0.0 and < 2.0.0" }

0 commit comments

Comments
 (0)