Skip to content

Commit

Permalink
Use smithy4sVersion again
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed May 9, 2022
1 parent 5d2e3d3 commit 57a7e7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vscode-extension/src/main/scala/playground/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ object build {
debug.timed("dump-model") {
nodeChildProcessMod.execSync(
// todo: pass version from workspace config, default from sbt-buildinfo
// todo: restore dynamic version
("cs" :: "launch" :: "com.disneystreaming.smithy4s:smithy4s-codegen-cli_2.13:0.12.14" :: "--" :: args)
("cs" :: "launch" :: s"com.disneystreaming.smithy4s:smithy4s-codegen-cli_2.13:${BuildInfo.smithy4sVersion}" :: "--" :: args)
.mkString(" ")
)
}
Expand Down

0 comments on commit 57a7e7b

Please sign in to comment.