We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e0fae commit dc44a3cCopy full SHA for dc44a3c
build.sbt
@@ -1,7 +1,7 @@
1
ThisBuild / version := "0.1.0-SNAPSHOT"
2
ThisBuild / scalaVersion := "3.6.4"
3
4
-val kubernetesClientVersion = "7.3.0"
+val kubernetesClientVersion = "7.3.1"
5
6
lazy val root = (project in file("."))
7
.settings(
0 commit comments