Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongoodwin authored Jan 11, 2017
1 parent fd964cf commit db58863
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ authentikat-jwt - Claims Based JWT Implementation for Scala
A simple scala-jwt library.
JWT - pronounced 'jot' - is a claims-based authentication standard.

0.4.5
=====
Please update to 0.4.5 as soon as possible.

1.0.0 Milestone Status
======================

Expand All @@ -22,14 +26,14 @@ When released, the API will contain additional methods to aid in validating diff
Setup
=====

Authentikat-Jwt has been published for scala 2.10 and 2.11:
Authentikat-Jwt has been published for scala 2.10, 2.11 and 2.12:

Add the resolver and the dependency:

resolvers ++= Seq("snapshots", "releases").map(Resolver.sonatypeRepo)

libraryDependencies ++= Seq(
"com.jason-goodwin" %% "authentikat-jwt" % "0.4.1"
"com.jason-goodwin" %% "authentikat-jwt" % "0.4.5"
)

JWT - A Claims Based Authentication
Expand Down

0 comments on commit db58863

Please # to comment.