Skip to content

Commit

Permalink
Update jwt-core to 9.4.1 (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 15, 2023
1 parent 3092437 commit 86c7aa7
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 @@ -67,7 +67,7 @@ lazy val root = (project in file("."))
"com.typesafe.slick" %% "slick" % "3.4.1",
"com.typesafe.slick" %% "slick-hikaricp" % "3.4.1",
"org.postgresql" % "postgresql" % "42.6.0",
"com.github.jwt-scala" %% "jwt-core" % "9.4.0",
"com.github.jwt-scala" %% "jwt-core" % "9.4.1",
"com.github.jwt-scala" %% "jwt-spray-json" % "9.0.2",
"org.mindrot" % "jbcrypt" % "0.4",
"commons-codec" % "commons-codec" % "1.16.0",
Expand Down

0 comments on commit 86c7aa7

Please sign in to comment.