Skip to content

Commit

Permalink
feat(pollux): Update the nimbus-jose-jwt library with a patch 10.0.0-…
Browse files Browse the repository at this point in the history
…preview (#457)
  • Loading branch information
mineme0110 authored Mar 21, 2023
1 parent 9205144 commit 8c0070f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pollux/lib/project/Dependencies_VC_JWT.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Dependencies_VC_JWT {
private lazy val zio = "dev.zio" %% "zio" % Versions.zio
private lazy val zioPrelude = "dev.zio" %% "zio-prelude" % Versions.zioPreludeVersion

private lazy val nimbusJoseJwt = "com.nimbusds" % "nimbus-jose-jwt" % "9.25.6"
private lazy val nimbusJoseJwt = "com.nimbusds" % "nimbus-jose-jwt" % "10.0.0-preview"

private lazy val zioTest = "dev.zio" %% "zio-test" % Versions.zio % Test
private lazy val zioTestSbt = "dev.zio" %% "zio-test-sbt" % Versions.zio % Test
Expand Down

0 comments on commit 8c0070f

Please sign in to comment.