Update versions of cliutils, pit libraries.

This commit is contained in:
Jonathan Bernard 2023-05-13 07:31:42 -05:00
parent 05d688b1b9
commit d1afcfb648

View File

@ -1,6 +1,6 @@
# Package # Package
version = "0.1.0" version = "0.1.1"
author = "Jonathan Bernard" author = "Jonathan Bernard"
description = "Synchronization tool between JDB pit and Trello." description = "Synchronization tool between JDB pit and Trello."
license = "MIT" license = "MIT"
@ -19,8 +19,8 @@ requires @[
# Dependencies from git.jdb-software.com/jdb/nim-packages # Dependencies from git.jdb-software.com/jdb/nim-packages
requires @[ requires @[
"cliutils >= 0.8.0", "cliutils >= 0.8.1",
"pit >= 4.22.2", "pit >= 4.23.3",
"timeutils", "timeutils",
"update_nim_package_version" "update_nim_package_version"
] ]