diff --git a/.github/workflows/madlib.json b/.github/workflows/madlib.json index ceb0e6dbe..bc148c1e8 100644 --- a/.github/workflows/madlib.json +++ b/.github/workflows/madlib.json @@ -1,12 +1,12 @@ { "name": "madlib-ci", "version": "0.0.1", - "madlibVersion": "0.14.0", + "madlibVersion": "0.23.14", "main": "src/Main.mad", "dependencies": [ { - "minVersion": "0.0.9", - "url": "https://github.com/madlib-lang/maddoc-cli/archive/refs/tags/v0.0.9.zip", + "minVersion": "0.0.11", + "url": "https://github.com/madlib-lang/maddoc-cli/archive/refs/tags/v0.0.11.zip", "description": "maddoc cli - used to generate the documentation for the project" } ]