Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
It was pretty straightforward, looks like this work :
https://www.codewars.com/kumite/67ce14f9ac545dfad6557b82?sel=67ce14f9ac545dfad6557b82
Let me know :)
You need to take the existing Scala 2 version and update it to Scala 3.
This article explains how to update a language version of a kata.
This post explains, more or less, what has to be changed in Scala tests to migrate them from Scala 2 to Scala 3.
I also recommend visiting the
#fixing
channel of Codewars Discord and ask there, because there is a couple of active users who know how to handle Scala updates.Hi ! I'd love to translate this kata to make it available in Scala 3, as only Scala 2 seems to be available, but I can't seem to figure out how to do that (when I try to add a translation, Scala doesn't show up since the translation already exists - but only for 2.13)
Any idea how I could do that ?