Skip to content

Commit ae431bf

Browse files
authored
Update io.igl.jwt lib to reflect package updates
RS256 is now implemented in this package. Updated dependency instructions to target latest version.
1 parent f3f0530 commit ae431bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/libraries/scala3.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ article.jwt-scala.scala.accordion(data-accordion)
5151
i.icon-budicon-500
5252
| HS512
5353
p
54-
i.icon-budicon-501
54+
i.icon-budicon-500
5555
| RS256
5656
p
5757
i.icon-budicon-501
@@ -81,4 +81,4 @@ article.jwt-scala.scala.accordion(data-accordion)
8181
a(href='https://github.com/iain-logan/jwt') View Repo
8282

8383
.panel-footer
84-
code libraryDependencies += "io.igl" %% "jwt" % "1.2.0"
84+
code libraryDependencies += "io.igl" %% "jwt" % "1.2.2"

0 commit comments

Comments
 (0)