From 836409691e0c12c98ced986d5f0433b12949e363 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 00:43:16 +0000 Subject: [PATCH] Update functions-framework-api to 2.0.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c22ab4ae..0789df84 100644 --- a/build.sbt +++ b/build.sbt @@ -267,7 +267,7 @@ lazy val googleCloudHttp4s = crossProject(JSPlatform, JVMPlatform) .jvmSettings( Test / fork := true, libraryDependencies ++= Seq( - "com.google.cloud.functions" % "functions-framework-api" % "1.1.4" % Provided, + "com.google.cloud.functions" % "functions-framework-api" % "2.0.2" % Provided, "co.fs2" %%% "fs2-io" % fs2Version ) )