Skip to content

Commit 5526665

Browse files
committed
Bump sbt to 1.1.6
1.1.5 is technically supported but we shouldn't use that in the default template since it has known bugs fixed in 1.1.6.
1 parent 526e51d commit 5526665

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.2.2")
3232

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

3838
Older versions of sbt are not supported.

project/build.properties

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

0 commit comments

Comments
 (0)