Skip to content

Commit

Permalink
nail k8s version for besom-cfg-k8s in Justfile and in deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lbialy committed Aug 21, 2024
1 parent 67667bf commit 1a22a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ compile-cfg-lib: publish-local-json publish-local-core

# Compiles besom-cfg k8s module
compile-cfg-k8s: publish-local-cfg-lib
just cli packages local kubernetes
just cli packages local kubernetes:4.17.1
scala-cli --power compile besom-cfg/k8s --suppress-experimental-feature-warning

# Compiles all besom-cfg modules
Expand Down
2 changes: 1 addition & 1 deletion besom-cfg/k8s/project.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

//> using dep com.lihaoyi::os-lib::0.9.3
//> using dep org.virtuslab::besom-cfg:0.2.0-SNAPSHOT
//> using dep org.virtuslab::besom-kubernetes:4.15.0-core.0.4-SNAPSHOT
//> using dep org.virtuslab::besom-kubernetes:4.17.1-core.0.4-SNAPSHOT
//> using dep com.lihaoyi::fansi::0.5.0
//> using dep com.lihaoyi::fastparse:3.1.0

Expand Down

0 comments on commit 1a22a9a

Please sign in to comment.