Skip to content

Commit d64a1ab

Browse files
authored
Update jose library install command
1 parent f1d8db5 commit d64a1ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/website/libraries/15-Scala.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"aud": true,
142142
"exp": true,
143143
"nbf": true,
144-
"iat": false,
144+
"iat": true,
145145
"jti": true,
146146
"hs256": true,
147147
"hs384": true,
@@ -161,7 +161,7 @@
161161
"gitHubRepoPath": "blackdoor/jose",
162162
"repoUrl": "https://github.com/blackdoor/jose",
163163
"installCommandHtml":
164-
"dependsOn(RootProject(uri(\"git://github.com/blackdoor/jose.git#0.1.0\")))"
164+
"sbt: libraryDependencies += "black.door" %% "jose" % "0.2.2"\nmill: ivy"black.door::jose:0.2.2""
165165
}
166166
]
167167
}

0 commit comments

Comments
 (0)