From 39f119ed45aefe221f701b5eba0a9b78deaea90c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 14 Dec 2023 07:10:42 +0000 Subject: [PATCH] Update functions-framework-api to 1.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fc9a96c..d30846b 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ val Http4sVersion = "0.23.7" -val CloudFunctionsVersion = "1.0.4" +val CloudFunctionsVersion = "1.1.0" val ScalaTestVersion = "3.2.10" organization := "de.killaitis"