We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The README currently has the installation instructions as:
libraryDependencies += "com.zoepepper" %%% "scalajs-jsjoda" % "1.1.1"
However there is no 1.1.1 version at https://repo1.maven.org/maven2/com/zoepepper/scalajs-jsjoda_sjs1_2.12/
1.1.1
Changing to 1.2.0 allows installation to succeed. However I don't see a 1.2.0 release in the repo so I'm questioning the validity of that install
1.2.0
libraryDependencies += "com.zoepepper" %%% "scalajs-jsjoda" % "1.2.0"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The README currently has the installation instructions as:
However there is no
1.1.1
version at https://repo1.maven.org/maven2/com/zoepepper/scalajs-jsjoda_sjs1_2.12/Changing to
1.2.0
allows installation to succeed. However I don't see a1.2.0
release in the repo so I'm questioning the validity of that installThe text was updated successfully, but these errors were encountered: