Skip to content

Commit

Permalink
Update jwt-core to 9.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and jwojnowski committed Jan 18, 2024
1 parent 90d226d commit e1655c4
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.5" % Test
libraryDependencies += "com.github.jwt-scala" %% "jwt-core" % "9.4.6" % Test
)
)

Expand Down

0 comments on commit e1655c4

Please sign in to comment.