The default Gleam version has been updated across all challenges that support Gleam. We were previously running 1.0, we’re now running 1.4.
2 Likes
Caught that in the middle of a challenge. What’s the recommended way to upgrade? Updating language_pack
on codecrafters.yml gets rejected.
@edgerunner ah, we don’t have a proper flow for this at the moment - I can make a manual update on my end, but you’ll likely need to edit some other files too to make it work well. Cleanest option here would be to just create a new repository and then copy over your code.
(We plan to expose this via a command like codecrafters upgrade
someday)
1 Like