We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc2aa77 + b0e8f96 commit 353ccefCopy full SHA for 353ccef
README.md
@@ -27,15 +27,15 @@ You will need to make the following adjustments to your build:
27
28
### project/plugins.sbt
29
```scala
30
-addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.6")
+addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.0")
31
```
32
33
### project/build.properties
34
35
-sbt.version=1.3.13
+sbt.version=1.4.5
36
37
38
-Older versions of sbt are not supported. Newer versions (e.g. in the 1.4.x series) also work.
+You must use sbt 1.4 or newer; older versions of sbt are not supported.
39
40
41
### build.sbt
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.4.4
0 commit comments