From 0555b0d151533323d64bf0bdf436065d11874dc6 Mon Sep 17 00:00:00 2001 From: Guillaume Martres <smarter@ubuntu.com> Date: Tue, 17 Sep 2019 17:37:07 +0200 Subject: [PATCH] Set sbt to 1.2.8 --- tools-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools-setup.md b/tools-setup.md index 083862f..87dee0c 100644 --- a/tools-setup.md +++ b/tools-setup.md @@ -52,12 +52,12 @@ See [https://www.scala-sbt.org/1.x/docs/Installing-sbt-on-Linux.html](https://ww First, install Homebrew from [https://brew.sh](https://brew.sh) Then run: ```terminal -brew install sbt@1 +brew install sbt@1.2.8 ``` ### On Windows -Download and run [https://piccolo.link/sbt-1.2.7.msi](https://piccolo.link/sbt-1.2.7.msi) +Download and run [https://piccolo.link/sbt-1.2.8.msi](https://piccolo.link/sbt-1.2.8.msi) ## Step 5: Installing git -- GitLab