From 39e36fef4ca09851696c58cde33e54baf6747d04 Mon Sep 17 00:00:00 2001 From: Meriam Lachkar Date: Fri, 28 May 2021 23:16:38 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89d3664c..f3a2df73 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ It proposes an incremental approach that can be described as follows: # Installation ``` // project/plugins.sbt -addSbtPlugin("ch.epfl.scala" % "sbt-scala3-migrate" % "0.4.2") +addSbtPlugin("ch.epfl.scala" % "sbt-scala3-migrate" % "0.4.3") // sbt-dotty is not needed anymore since sbt 1.5.0-M1 addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.3") ```