diff --git a/.mise.toml b/.mise.toml index c15defa..654de7c 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,2 +1,2 @@ [tools] -nim = "2.2.0" +nim = "2.2.4" diff --git a/pit.nimble b/pit.nimble index 80a746d..536f7db 100644 --- a/pit.nimble +++ b/pit.nimble @@ -13,7 +13,6 @@ bin = @["pit"] requires @[ "nim >= 1.4.0", "docopt >= 0.7.1", - "jester >= 0.6.0", "uuids >= 0.1.10", "zero_functional" ] @@ -28,4 +27,4 @@ requires @[ ] task updateVersion, "Update the version of this package.": - exec "update_nim_package_version pit 'src/pit/cliconstants.nim'" \ No newline at end of file + exec "update_nim_package_version pit 'src/pit/cliconstants.nim'"