Skip to content

Commit

Permalink
fix dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
lbialy committed Jun 24, 2024
1 parent 7ac0ad3 commit fad0097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion besom-cfg/k8s/project.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//> using scala 3.3.3

//> using dep com.lihaoyi::os-lib::0.9.3
//> using dep org.virtuslab::besom-cfg:0.2.0-SNAPSHOT
//> using dep org.virtuslab::besom-cfg:0.4.0-SNAPSHOT
//> using dep org.virtuslab::besom-cfg-containers:0.4.0-SNAPSHOT
//> using dep org.virtuslab::besom-kubernetes:4.13.1-core.0.3
//> using dep com.lihaoyi::fansi::0.5.0
Expand Down
2 changes: 1 addition & 1 deletion besom-cfg/k8s/src/main/scala/ConfiguredContainerArgs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import besom.cfg.k8s.syntax.*

object syntax:
import besom.cfg.from.env.*

// this should be somehow bound to implementation of medium backend
extension (s: Struct)
def foldedToEnvVarArgs(using Context): Output[List[EnvVarArgs]] =
s.foldToEnv.map(_.map { case (k, v) => EnvVarArgs(name = k, value = v) })
Expand Down

0 comments on commit fad0097

Please sign in to comment.