Skip to content

Commit

Permalink
Update nimbus-jose-jwt to 9.30 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 31, 2023
1 parent ba41c3a commit 6a14132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ trait BaseModule extends CrossScalaModule {

def ivyDeps = Agg(
ivy"org.scalatest::scalatest:3.2.15",
ivy"com.nimbusds:nimbus-jose-jwt:9.28"
ivy"com.nimbusds:nimbus-jose-jwt:9.30"
)
}

Expand Down

0 comments on commit 6a14132

Please sign in to comment.