Skip to content

Commit 840fd13

Browse files
gkikoandrewnester
andauthored
Update scala environment_version and dbr_version (#5172)
## Changes Sync cli code with changes in databricks/bundle-examples#152 ## Why <!-- Why are these changes needed? Provide the context that the reviewer might be missing. For example, were there any decisions behind the change that are not reflected in the code itself? --> ## Tests <!-- How have you tested the changes? --> <!-- If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md as part of your PR. --> --------- Co-authored-by: Andrew Nester <andrew.nester.dev@gmail.com>
1 parent 532719b commit 840fd13

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

acceptance/bundle/templates/default-scala/output/my_default_scala/resources/my_default_scala.job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ resources:
2222
environments:
2323
- environment_key: default
2424
spec:
25-
environment_version: "4-scala-preview"
25+
environment_version: "4"
2626
java_dependencies:
2727
- ${workspace.artifact_path}/.internal/my_default_scala-assembly-0.1.jar

libs/template/templates/default-scala/library/template_variables.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{{- end }}
99

1010
{{ define `dbr_version` -}}
11-
17.0
11+
17.3
1212
{{- end }}
1313

1414
{{ define `scala_major_minor_version` -}}

libs/template/templates/default-scala/template/{{.project_name}}/resources/{{.project_name}}.job.yml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ resources:
3131
environments:
3232
- environment_key: default
3333
spec:
34-
environment_version: "4-scala-preview"
34+
environment_version: "4"
3535
java_dependencies:
3636
- ${workspace.artifact_path}/.internal/{{.project_name}}-assembly-{{template `version` .}}.jar
3737
{{- else}}

0 commit comments

Comments
 (0)