This is a draft PR attempting to port Scallion to Scala 3. Currently, I just updated the dependencies on Silex and Scalatest to their latest available versions. I tried to port the code to Scala 3, but was stuck due to the slight differences with existential types. I tried replacing existential types by Any, but got stuck later on.
This is a draft PR attempting to port Scallion to Scala 3. Currently, I just updated the dependencies on Silex and Scalatest to their latest available versions. I tried to port the code to Scala 3, but was stuck due to the slight differences with existential types. I tried replacing existential types by
Any
, but got stuck later on.