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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to