docspell icon indicating copy to clipboard operation
docspell copied to clipboard

Upgrade to Scala 3

Open eikek opened this issue 4 years ago • 4 comments

Libraries currently not available for scala 3

  • kittens
  • circe-generic-extras
  • ~fs2-cron-calev~
  • ~yamusca~

eikek avatar Feb 20 '22 13:02 eikek

@eikek Do you have update to share on the current situation with the librarians state in Scala 3. I would like to attempt this one to see if it would be possible now that Scala 3 has been out for a while. But it would be helpful to know what is your current view on this?

rehanone avatar Nov 01 '23 12:11 rehanone

Hey @rehanone - the situation has not changed a lot. I didn't look into it for some time now. I assume some libraries still need to move first. I did upgrade all my libraries though. I would like to move to scala3, but it wasn't an easy thing back then. I remember trying to consume scala2 dependencies that had no scala3 version, but I ran into lots of dependency issues (I think it pulled in cats_2 and other libraries pulled in cats_3 which lead to some good mess), so I think it's better to move everything to scala3. The two libraries mentioned here could be removed from docspell perhaps or maybe they are now available for scala3.

eikek avatar Nov 02 '23 07:11 eikek