From 40300b420d4485762451af00ba75edd81c7a64ae Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 20:18:57 +0000 Subject: [PATCH] Update functions-framework-api to 2.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c22ab4ae..d94e5631 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.1" % Provided, "co.fs2" %%% "fs2-io" % fs2Version ) )