Skip to content

Commit 495eff8

Browse files
Update dependencies
1 parent cd6e977 commit 495eff8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: erlef/setup-beam@v1
1818
with:
1919
otp-version: "28"
20-
gleam-version: "1.13.0"
20+
gleam-version: "1.14.0"
2121
rebar3-version: "3"
2222

2323
- name: build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: erlef/setup-beam@v1
1616
with:
1717
otp-version: "28"
18-
gleam-version: "1.13.0"
18+
gleam-version: "1.14.0"
1919
rebar3-version: "3"
2020
# elixir-version: "1.15.4"
2121
- run: gleam deps download

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ mork = ">= 1.8.0 and < 2.0.0"
2323
filepath = ">= 1.1.2 and < 2.0.0"
2424
frontmatter = ">= 1.0.1 and < 2.0.0"
2525
gleam_regexp = ">= 1.1.1 and < 2.0.0"
26-
webls = { git = "https://github.com/GearsDatapacks/webls", ref = "switch-to-gleam-time" }
2726
gleam_time = ">= 1.6.0 and < 2.0.0"
27+
webls = ">= 1.6.0 and < 2.0.0"
2828

2929
[dev-dependencies]
3030
gleeunit = ">= 1.0.0 and < 2.0.0"

manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ packages = [
2323
{ name = "simplifile", version = "2.3.2", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "E049B4DACD4D206D87843BCF4C775A50AE0F50A52031A2FFB40C9ED07D6EC70A" },
2424
{ name = "splitter", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "splitter", source = "hex", outer_checksum = "3DFD6B6C49E61EDAF6F7B27A42054A17CFF6CA2135FF553D0CB61C234D281DD0" },
2525
{ name = "tom", version = "2.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "gleam_time"], otp_app = "tom", source = "hex", outer_checksum = "74D0C5A3761F7A7D06994755D4D5AD854122EF8E9F9F76A3E7547606D8C77091" },
26-
{ name = "webls", version = "1.5.1", build_tools = ["gleam"], requirements = ["gleam_stdlib", "gleam_time"], source = "git", repo = "https://github.com/GearsDatapacks/webls", commit = "a53611a31765bac8d2a7a8b8fc1a963ccbe599f6" },
26+
{ name = "webls", version = "1.6.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "gleam_time"], otp_app = "webls", source = "hex", outer_checksum = "60508D36D6205763BC24D356B6864FFAA0623EF9172B94C1771A673854500C6C" },
2727
]
2828

2929
[requirements]
@@ -39,4 +39,4 @@ mork = { version = ">= 1.8.0 and < 2.0.0" }
3939
pearl = { version = ">= 2.2.0 and < 3.0.0" }
4040
simplifile = { version = ">= 2.3.0 and < 3.0.0" }
4141
tom = { version = ">= 2.0.0 and < 3.0.0" }
42-
webls = { git = "https://github.com/GearsDatapacks/webls", ref = "switch-to-gleam-time" }
42+
webls = { version = ">= 1.6.0 and < 2.0.0" }

0 commit comments

Comments
 (0)