diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index f69b696..2e3fa37 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + submodules: 'true' - name: Install dependencies uses: ok-nick/setup-aftman@v0.4.2 diff --git a/version.txt b/version.txt index 5596554..3659506 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.4.9 \ No newline at end of file +1.4.10 \ No newline at end of file diff --git a/wally.toml b/wally.toml index 370ae0e..05a981e 100644 --- a/wally.toml +++ b/wally.toml @@ -10,4 +10,4 @@ exclude = ["src/**/*.spec.luau"] [dependencies] Util = "dig1t/util@1.0.6" -Promise = "dig1t/promise@1.1.0" +Promise = "dig1t/promise@1.1.1"