From 50f091376aa6b5719261d88cf859fb0f01bd5365 Mon Sep 17 00:00:00 2001 From: plopez26DPU <90722929+plopez26DPU@users.noreply.github.com> Date: Sat, 19 Nov 2022 15:37:57 -0600 Subject: [PATCH] Add newest version for scala-parser-combinators The previous version suggested was causing compilation issues. --- .../getting-started-with-scala-and-sbt-on-the-command-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_overviews/getting-started/sbt-track/getting-started-with-scala-and-sbt-on-the-command-line.md b/_overviews/getting-started/sbt-track/getting-started-with-scala-and-sbt-on-the-command-line.md index c977031737..11c90825ea 100644 --- a/_overviews/getting-started/sbt-track/getting-started-with-scala-and-sbt-on-the-command-line.md +++ b/_overviews/getting-started/sbt-track/getting-started-with-scala-and-sbt-on-the-command-line.md @@ -88,7 +88,7 @@ extra functionality to our apps. 1. Open up `build.sbt` and add the following line: ``` -libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2" +libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.1" ``` Here, `libraryDependencies` is a set of dependencies, and by using `+=`, we're adding the [scala-parser-combinators](https://github.com/scala/scala-parser-combinators) dependency to the set of dependencies that sbt will go