Skip to content

Commit f4aa358

Browse files
Update jwt-circe to 11.0.3
1 parent 76a4d59 commit f4aa358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lazy val documentation = project
1313

1414
lazy val `gcp-auth` = module
1515
.settings(libraryDependencies += "com.auth0" % "java-jwt" % "4.5.0")
16-
.settings(libraryDependencies += "com.github.jwt-scala" %% "jwt-circe" % "11.0.2")
16+
.settings(libraryDependencies += "com.github.jwt-scala" %% "jwt-circe" % "11.0.3")
1717
.settings(libraryDependencies += "com.permutive" %% "refreshable" % "2.1.1")
1818
.settings(libraryDependencies += "org.http4s" %% "http4s-client" % "0.23.30")
1919
.settings(libraryDependencies += "org.http4s" %% "http4s-circe" % "0.23.30")

0 commit comments

Comments
 (0)