Skip to content

Commit 26a1cdf

Browse files
authored
acc: Fixed default scala template test output (#5262)
## Changes Fixed default scala template test output ## Why This test wasn't updated after this PR #5172 Fixes tests on main ## Tests Tests pass <!-- 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. -->
1 parent 36ea40e commit 26a1cdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • acceptance/bundle/templates/default-scala/output/my_default_scala

acceptance/bundle/templates/default-scala/output/my_default_scala/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name := "my_default_scala"
66
organization := "com.examples"
77
version := "0.1"
88

9-
libraryDependencies += "com.databricks" %% "databricks-connect" % "17.0.+"
9+
libraryDependencies += "com.databricks" %% "databricks-connect" % "17.3.+"
1010
libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.16"
1111

1212
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test

0 commit comments

Comments
 (0)