From 04ea23dba2cc9d86886ad0b9e99c2fb1d835619d Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 20:04:19 +0000 Subject: [PATCH] Update functions-framework-api to 2.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c22ab4ae..6b03f845 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.0" % Provided, "co.fs2" %%% "fs2-io" % fs2Version ) )