Skip to content

Commit

Permalink
Update java-function-invoker to 1.3.3
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 8b5628c
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 @@ -191,7 +191,7 @@ lazy val examples = crossProject(JSPlatform, JVMPlatform)
)
.jvmSettings(
libraryDependencies ++= Seq(
"com.google.cloud.functions.invoker" % "java-function-invoker" % "1.3.1"
"com.google.cloud.functions.invoker" % "java-function-invoker" % "1.3.3"
)
)
.enablePlugins(NoPublishPlugin)
Expand Down

0 comments on commit 8b5628c

Please sign in to comment.