mdedetrich commented on issue #43: URL: https://github.com/apache/incubator-pekko-persistence-jdbc/issues/43#issuecomment-1562440279
> An example - [akka/akka#31200](https://github.com/akka/akka/issues/31200) - which links to https://docs.scala-lang.org/scala3/guides/migration/compatibility-classpath.html#interoperability-overview and it has this disclaimer. > > ``` > Disclaimer for library maintainers > Using the interoperability between Scala 2.13 and Scala 3 in a published library is generally not safe for your end-users. > > Unless you know exactly what you are doing, it is discouraged to publish a Scala 3 library that depends on a Scala 2.13 library (the scala-library being excluded) or vice versa. The reason is to prevent library users from ending up with two conflicting versions foo_2.13 and foo_3 of the same foo library in their classpath, this problem being unsolvable in some cases. > ``` Ah thanks, well TIL -- 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]
