From 0af2ff757f2ac8efdee82e91f4e4745f5fcc0261 Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Fri, 18 Aug 2023 00:39:39 +0000 Subject: [PATCH] Update scala-k8s-manifests, ... to 0.14.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index be9cc9d..8eece0b 100644 --- a/build.sbt +++ b/build.sbt @@ -36,7 +36,7 @@ lazy val root = .aggregate(core, manifest, cookbook, docs) .enablePlugins(AutomateHeaderPlugin, NoPublishPlugin) -val scalaK8sVersion = "0.13.1" +val scalaK8sVersion = "0.14.0" val munitVersion = "0.7.29" lazy val manifest = project