Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Add Scala 2.11 support back #309

Open
softinio opened this issue Dec 23, 2020 · 3 comments
Open

Add Scala 2.11 support back #309

softinio opened this issue Dec 23, 2020 · 3 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@softinio
Copy link
Contributor

Scala 2.11 was removed in #89

Lets add it back now thar ZIO-NIO supports 2.11

@softinio softinio added help wanted Extra attention is needed good first issue Good for newcomers labels Dec 23, 2020
@landlockedsurfer
Copy link

Hi!
I gave this a quick try and found out that there is one more dependency that currently does not support 2.11.
As per
https://mvnrepository.com/artifact/org.tpolecat/doobie-core
doobie has stopped supporting 2.11 since 0.8.2.

@DamianReeves
Copy link

Isn't doobie only used for a specific implementation of a service. Can we perhaps either leave it out, or just build with the old version, which-ever is easier?

@landlockedsurfer
Copy link

Hi Damian!
What I've seen is that the doobie dependencies are used in zioActorsPersistenceJDBC.
I found more details here:
https://zio.github.io/zio-actors/docs/overview/overview_persistence

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants