zoepepper / scalajs-jsjoda

Scala.js facade for JS-Joda with drop-in to use it as JSR310 implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't install based on current README instructions

anfreita opened this issue · comments

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/

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

libraryDependencies += "com.zoepepper" %%% "scalajs-jsjoda" % "1.2.0"