reallylabs / jwt-scala

JSON Web Token (JWT) Scala implementation
Apache License 2.0
38 stars 30 forks source link

play-json 2.3.8 just fell off the map #12

Open anaerobic opened 8 years ago

anaerobic commented 8 years ago

http://mvnrepository.com/artifact/com.typesafe.play/play-json_2.11

Resulting in:

[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: com.typesafe.play#play-json_2.11;2.3.8: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn] 
[warn]  Note: Unresolved dependencies path:
[warn]      com.typesafe.play:play-json_2.11:2.3.8
[warn]        +- io.really:jwt-scala_2.11:1.2.2
anaerobic commented 8 years ago

The workaround of course is to add "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/" as a resolver, but this most excellent project should be kept up-to-date IMHO :+1:

Happy holidays!

bmc commented 6 years ago

FYI, I just submitted a PR (#15) to address this, and other, issues.