Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken library dependencie link #23

Open
Victorhenrio opened this issue Feb 3, 2021 · 1 comment · May be fixed by #24
Open

Broken library dependencie link #23

Victorhenrio opened this issue Feb 3, 2021 · 1 comment · May be fixed by #24

Comments

@Victorhenrio
Copy link

Hello, there is an error in the line to add in build.sbt :

libraryDependencies += "com.github.firebase4s" %% "firebase4s" % "0.0.4"

It should be :

libraryDependencies += "com.github.firebase4s" % "firebase4s_2.12" % "0.0.4"

PS : Thank you for this good library ! It's hard to find scala library for gcp...

@hector97i
Copy link

@Victorhenrio you should open a PR to fix the README.md

@hector97i hector97i linked a pull request Jan 3, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants