From 7668d8d4bdd11fb49d746351a4c10721a3b2d1c0 Mon Sep 17 00:00:00 2001
From: Guillaume Martres <smarter@ubuntu.com>
Date: Wed, 18 Sep 2019 14:03:43 +0200
Subject: [PATCH] Fix brew install

---
 week1/00-tools-setup.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/week1/00-tools-setup.md b/week1/00-tools-setup.md
index d8a8d13..d2643af 100644
--- a/week1/00-tools-setup.md
+++ b/week1/00-tools-setup.md
@@ -52,7 +52,7 @@ 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.2.8
+brew install sbt@1
 ```
 
 ### On Windows
-- 
GitLab