Skip to content

Commit 457c026

Browse files
Update http4s-circe to 0.23.32
1 parent 30dd646 commit 457c026

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
@@ -16,7 +16,7 @@ lazy val `gcp-auth` = module
1616
.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")
19-
.settings(libraryDependencies += "org.http4s" %% "http4s-circe" % "0.23.30")
19+
.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)
2222

0 commit comments

Comments
 (0)