Skip to content

Commit e985a04

Browse files
Update http4s-client to 0.23.32
1 parent 457c026 commit e985a04

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
@@ -15,7 +15,7 @@ lazy val `gcp-auth` = module
1515
.settings(libraryDependencies += "com.auth0" % "java-jwt" % "4.5.0")
1616
.settings(libraryDependencies += "com.github.jwt-scala" %% "jwt-circe" % "11.0.3")
1717
.settings(libraryDependencies += "com.permutive" %% "refreshable" % "2.1.1")
18-
.settings(libraryDependencies += "org.http4s" %% "http4s-client" % "0.23.30")
18+
.settings(libraryDependencies += "org.http4s" %% "http4s-client" % "0.23.32")
1919
.settings(libraryDependencies += "org.http4s" %% "http4s-circe" % "0.23.32")
2020
.settings(libraryDependencies += "com.alejandrohdezma" %% "http4s-munit" % "1.1.0" % Test)
2121
.settings(Test / fork := true)

0 commit comments

Comments
 (0)