Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
japhb committed Mar 3, 2024
1 parent ae9614a commit 1ba27ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"build-depends": [
],
"depends": [
"MUGS::Core:ver<0.1.3>",
"MUGS::Games:ver<0.1.3>",
"Terminal::Capabilities:auth<zef:japhb>:ver<0.0.3>",
"Terminal::Print:auth<zef:terminal-printers>:ver<0.976>",
"MUGS::Core:ver<0.1.4>",
"MUGS::Games:ver<0.1.4>",
"Terminal::Capabilities:auth<zef:japhb>:ver<0.0.3+>",
"Terminal::Print:auth<zef:terminal-printers>:ver<0.976+>",
"Terminal::Widgets:auth<zef:japhb>:ver<0.1.4+>",
"Text::MiscUtils:auth<zef:japhb>:ver<0.0.9>"
"Text::MiscUtils:auth<zef:japhb>:ver<0.0.9+>"
],
"description": "Fullscreen Terminal UI for MUGS, including App and game UIs",
"license": "Artistic-2.0",
Expand Down
4 changes: 2 additions & 2 deletions t/00-use.rakutest
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ use v6.d;
use Test;

# Will need at least these Core and Games versions to use these UI modules
use MUGS::Core:ver<0.1.3>;
use MUGS::Games:ver<0.1.3>;
use MUGS::Core:ver<0.1.4>;
use MUGS::Games:ver<0.1.4>;


### TUI INTERFACE
Expand Down

0 comments on commit 1ba27ab

Please sign in to comment.