From 42c7b935da399b6245180e10f01e3a6c2d92aff5 Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Fri, 19 Apr 2024 00:46:09 +0000 Subject: [PATCH] Update scala-k8s-manifests, ... to 0.17.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ef50651..7779fd6 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ lazy val root = .aggregate(core, manifest, cookbook, docs) .enablePlugins(AutomateHeaderPlugin, NoPublishPlugin) -val scalaK8sVersion = "0.16.4" +val scalaK8sVersion = "0.17.0" val munitVersion = "0.7.29" lazy val manifest = project