File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
88<a href =" https://typelevel.org/cats/ " ><img src =" https://typelevel.org/cats/img/cats-badge.svg " height =" 40px " align =" right " alt =" Cats friendly " /></a >
99
10- ![ Kubernetes version] ( https://img.shields.io/badge/Kubernetes-v1.33.4 -blue?style=flat-square&logo=kubernetes&logoColor=white )
10+ ![ Kubernetes version] ( https://img.shields.io/badge/Kubernetes-v1.34.0 -blue?style=flat-square&logo=kubernetes&logoColor=white )
1111[ ![ scala-k8s-objects Scala version support] ( https://index.scala-lang.org/hnaderi/scala-k8s/scala-k8s-objects/latest-by-scala-version.svg?style=flat-square )] ( https://index.scala-lang.org/hnaderi/scala-k8s/scala-k8s-objects )
1212[ ![ javadoc] ( https://javadoc.io/badge2/dev.hnaderi/scala-k8s-docs_3/scaladoc.svg?style=flat-square )] ( https://javadoc.io/doc/dev.hnaderi/scala-k8s-docs_3 )
1313<img alt =" GitHub Workflow Status " src =" https://img.shields.io/github/actions/workflow/status/hnaderi/scala-k8s/ci.yml?style=flat-square " >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import dev.hnaderi.k8s.generator.KubernetesJsonPointerGeneratorPlugin
22import dev .hnaderi .k8s .generator .KubernetesScalacheckGeneratorPlugin
33import sbtcrossproject .CrossProject
44
5- ThisBuild / tlBaseVersion := " 0.23 "
5+ ThisBuild / tlBaseVersion := " 0.24 "
66
77ThisBuild / organization := " dev.hnaderi"
88ThisBuild / organizationName := " Hossein Naderi"
@@ -40,7 +40,7 @@ ThisBuild / githubWorkflowAddedJobs += WorkflowJob(
4040 scalas = Nil ,
4141 javas = Nil
4242)
43- ThisBuild / kubernetesVersion := " 1.33.4 "
43+ ThisBuild / kubernetesVersion := " 1.34.0 "
4444ThisBuild / jsEnv := {
4545 import org .scalajs .jsenv .nodejs .NodeJSEnv
4646 new NodeJSEnv (NodeJSEnv .Config ().withArgs(List (" --max-old-space-size=6144" )))
You can’t perform that action at this time.
0 commit comments