Skip to content

Commit 3c9f642

Browse files
committed
update
1 parent 9e186b6 commit 3c9f642

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 1.1.0
44

55
- Updated upstream gleeunit dependency to 1.2.0 (glacier_gleeunit 1.2.1001).
6+
- Update simplifile dep to >- 2.0.0.
67

78
## 1.0.0
89

gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gleam_community_ansi = ">= 1.4.0 and < 2.0.0"
1717
gleam_community_colour = ">= 1.4.0 and < 2.0.0"
1818
gleam_stdlib = ">= 0.36.0 and < 2.0.0"
1919
shellout = ">= 1.6.0 and < 2.0.0"
20-
simplifile = ">= 1.7.0 and < 2.0.0"
20+
simplifile = ">= 2.0.0 and < 3.0.0"
2121

2222
[javascript.deno]
2323
allow_net = ["deno.land"]

manifest.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [
1111
{ name = "gleam_json", version = "1.0.1", build_tools = ["gleam"], requirements = ["gleam_stdlib", "thoas"], otp_app = "gleam_json", source = "hex", outer_checksum = "9063D14D25406326C0255BDA0021541E797D8A7A12573D849462CAFED459F6EB" },
1212
{ name = "gleam_stdlib", version = "0.39.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "2D7DE885A6EA7F1D5015D1698920C9BAF7241102836CE0C3837A4F160128A9C4" },
1313
{ name = "shellout", version = "1.6.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "shellout", source = "hex", outer_checksum = "E2FCD18957F0E9F67E1F497FC9FF57393392F8A9BAEAEA4779541DE7A68DD7E0" },
14-
{ name = "simplifile", version = "1.7.0", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "1D5DFA3A2F9319EC85825F6ED88B8E449F381B0D55A62F5E61424E748E7DDEB0" },
14+
{ name = "simplifile", version = "2.0.1", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "5FFEBD0CAB39BDD343C3E1CCA6438B2848847DC170BA2386DF9D7064F34DF000" },
1515
{ name = "thoas", version = "1.2.1", build_tools = ["rebar3"], requirements = [], otp_app = "thoas", source = "hex", outer_checksum = "E38697EDFFD6E91BD12CEA41B155115282630075C2A727E7A6B2947F5408B86A" },
1616
]
1717

@@ -23,4 +23,4 @@ gleam_community_ansi = { version = ">= 1.4.0 and < 2.0.0" }
2323
gleam_community_colour = { version = ">= 1.4.0 and < 2.0.0" }
2424
gleam_stdlib = { version = ">= 0.36.0 and < 2.0.0" }
2525
shellout = { version = ">= 1.6.0 and < 2.0.0" }
26-
simplifile = { version = ">= 1.7.0 and < 2.0.0" }
26+
simplifile = { version = ">= 2.0.0 and < 3.0.0" }

0 commit comments

Comments
 (0)