Skip to content

Commit 78dcf45

Browse files
authored
Update sbt-dotty version
Update from `project/plugins.sbt`. Not 100% sure if people should use the same version as this example project, but it does seem a reasonable assumption.
1 parent 39b8bd3 commit 78dcf45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ 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.1.5")
30+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.1.6")
3131
```
3232

3333
### project/build.properties

0 commit comments

Comments
 (0)