Skip to content

Commit 353ccef

Browse files
authored
Merge pull request #46 from SethTisue/version-bumps
bump sbt-dotty and sbt versions
2 parents cc2aa77 + b0e8f96 commit 353ccef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ You will need to make the following adjustments to your build:
2727

2828
### project/plugins.sbt
2929
```scala
30-
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.6")
30+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.0")
3131
```
3232

3333
### project/build.properties
3434
```scala
35-
sbt.version=1.3.13
35+
sbt.version=1.4.5
3636
```
3737

38-
Older versions of sbt are not supported. Newer versions (e.g. in the 1.4.x series) also work.
38+
You must use sbt 1.4 or newer; older versions of sbt are not supported.
3939

4040

4141
### build.sbt

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.4.4
1+
sbt.version=1.4.5

0 commit comments

Comments
 (0)