We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a4d59 commit f4aa358Copy full SHA for f4aa358
build.sbt
@@ -13,7 +13,7 @@ lazy val documentation = project
13
14
lazy val `gcp-auth` = module
15
.settings(libraryDependencies += "com.auth0" % "java-jwt" % "4.5.0")
16
- .settings(libraryDependencies += "com.github.jwt-scala" %% "jwt-circe" % "11.0.2")
+ .settings(libraryDependencies += "com.github.jwt-scala" %% "jwt-circe" % "11.0.3")
17
.settings(libraryDependencies += "com.permutive" %% "refreshable" % "2.1.1")
18
.settings(libraryDependencies += "org.http4s" %% "http4s-client" % "0.23.30")
19
.settings(libraryDependencies += "org.http4s" %% "http4s-circe" % "0.23.30")
0 commit comments