Skip to content

Commit

Permalink
Bump kubernetes -> 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petern-sc committed Dec 8, 2023
1 parent 452afc7 commit 193342d
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 193342d

Please sign in to comment.