Skip to content

Commit

Permalink
Update jwt-core to 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and jwojnowski committed Jan 21, 2024
1 parent e1655c4 commit 552dc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ lazy val core = (project in file("core")).settings(
libraryDependencies += "org.typelevel" %% "cats-effect-testkit" % Versions.cats.effect % Test,
libraryDependencies += "org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test,
libraryDependencies += "org.typelevel" %% "scalacheck-effect-munit" % "1.0.4" % Test,
libraryDependencies += "com.github.jwt-scala" %% "jwt-core" % "9.4.6" % Test
libraryDependencies += "com.github.jwt-scala" %% "jwt-core" % "10.0.0" % Test
)
)

Expand Down

0 comments on commit 552dc17

Please sign in to comment.