You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wondering if it is possible to publish a Scala 3 version of this library. I gave it a look today and found two obstacles:
Slick still does not support Scala 3 and I would not bet money that it ever will. I could work around that with .cross(CrossVersion.for3Use2_13) but I am not sure if it is a good idea for a Scala 3 library to depend on a Scala 2.13 library.
I guess the Scala 3 type checker is stricter, because I got a Type Mismatch Error in DatabaseProvider.scala:
I am wondering if it is possible to publish a Scala 3 version of this library. I gave it a look today and found two obstacles:
.cross(CrossVersion.for3Use2_13)
but I am not sure if it is a good idea for a Scala 3 library to depend on a Scala 2.13 library.DatabaseProvider.scala
:Is there hope, or am I flogging a dead horse?
The text was updated successfully, but these errors were encountered: