Skip to content

Commit

Permalink
Merge pull request #6 from petern-sc/bump-kubernetes-client
Browse files Browse the repository at this point in the history
Bump kubernetes -> 0.11.0
  • Loading branch information
timbertson authored Dec 8, 2023
2 parents 452afc7 + d96296c commit 4eef4f0
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 @@ -89,7 +89,7 @@ lazy val kclient = (project in file("backends/kubernetes-client"))
.settings(
name := "foperator-backend-kubernetes-client",
libraryDependencies ++= Seq(
"com.goyeau" %% "kubernetes-client" % "0.8.1",
"com.goyeau" %% "kubernetes-client" % "0.11.0",
)
).dependsOn(core)

Expand Down

0 comments on commit 4eef4f0

Please sign in to comment.