Skip to content

Commit

Permalink
Update functions-framework-api to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Nov 27, 2024
1 parent 48db28d commit 06fb961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ lazy val googleCloudHttp4s = crossProject(JSPlatform, JVMPlatform)
.jvmSettings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.google.cloud.functions" % "functions-framework-api" % "1.1.0" % Provided,
"com.google.cloud.functions" % "functions-framework-api" % "1.1.4" % Provided,
"co.fs2" %%% "fs2-io" % fs2Version
)
)

0 comments on commit 06fb961

Please sign in to comment.