Releasing a scala library

Of course not, they are local to where they where published.
Your pipeline would have to also clone the library repo and publish it locally before compiling the current project.

What doesn’t work for locally published libraries?

I have been building Docker images using locally published libraries. While building (i.e. in the Docker file), I clone the repository for the library and publish locally, so it is available within Docker, for example here.

1 Like

good suggestion, thanks for the example.