Skip to content

Commit

Permalink
Upgrade imclerran/roc-isodate package to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron committed Aug 27, 2024
1 parent 482bdaa commit f3dc2c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/generator_macros.j2
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ app [main] {
{% if name == "unicode" -%}
unicode: "https://github.com/roc-lang/unicode/releases/download/0.1.2/vH5iqn04ShmqP-pNemgF773f86COePSqMWHzVGrAKNo.tar.br"
{%- elif name == "isodate" -%}
isodate: "https://github.com/imclerran/roc-isodate/releases/download/v0.4.1/OQwyjDUYQkmGRiaISkzBcw5dpnbi1OHi8KUDl7NZmC8.tar.br"
isodate: "https://github.com/imclerran/roc-isodate/releases/download/v0.5.0/ptg0ElRLlIqsxMDZTTvQHgUSkNrUSymQaGwTfv0UEmk.tar.br"
{%- endif -%}
{%- endfor -%}
{%- endif %}
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/gigasecond/gigasecond-test.roc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File last updated on 2024-08-25
app [main] {
pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.14.0/dC5ceT962N_4jmoyoffVdphJ_4GlW3YMhAPyGPr-nU0.tar.br",
isodate: "https://github.com/imclerran/roc-isodate/releases/download/v0.4.1/OQwyjDUYQkmGRiaISkzBcw5dpnbi1OHi8KUDl7NZmC8.tar.br",
isodate: "https://github.com/imclerran/roc-isodate/releases/download/v0.5.0/ptg0ElRLlIqsxMDZTTvQHgUSkNrUSymQaGwTfv0UEmk.tar.br",
}

import pf.Task exposing [Task]
Expand Down

0 comments on commit f3dc2c6

Please sign in to comment.