You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "mdedetrich (via GitHub)" <gi...@apache.org> on 2023/05/25 07:43:04 UTC

[GitHub] [incubator-pekko-persistence-jdbc] mdedetrich commented on issue #43: Add Scala 3 support

mdedetrich commented on issue #43:
URL: https://github.com/apache/incubator-pekko-persistence-jdbc/issues/43#issuecomment-1562431972

   So Scala 3 can use Scala 2 artifacts and vice versa and this can be achieved by using `CrossVersion.for3Use2_13` or `CrossVersion.for2_13Use3` respectively (see https://docs.scala-lang.org/scala3/guides/migration/tooling-tour.html).
   
   I already tried using `CrossVersion.for3Use2_13` but I got some issues from Slicks side with incompatible types from `Tuple.unapply` which may be resolved by using a Scala 3 artifact from Slick.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org