From 03c1d701df1bf2e5b286cf35480a4d7fb7288517 Mon Sep 17 00:00:00 2001 From: Guilherme Beltramini Date: Mon, 17 Apr 2023 20:07:34 -0300 Subject: [PATCH] docs: Fix installation instruction in the webpage for the build.sbt file --- website/docs/getting_started/installation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/getting_started/installation.md b/website/docs/getting_started/installation.md index 124dbd0573..03c880de12 100644 --- a/website/docs/getting_started/installation.md +++ b/website/docs/getting_started/installation.md @@ -60,8 +60,7 @@ your `build.sbt`: ```scala resolvers += "SynapseML" at "https://mmlspark.azureedge.net/maven" // Use 0.11.0 version for Spark3.2 and 0.9.5-13-d1b51517-SNAPSHOT version for Spark3.1 -libraryDependencies += "com.microsoft.azure" %% "synapseml_2.12" % "0.11.0" - +libraryDependencies += "com.microsoft.azure" % "synapseml_2.12" % "0.11.0" ``` ## Spark package