Skip to content

Commit 6cc005e

Browse files
committed
Upgrade sbt-dotty to 0.2.6
1 parent f3f13ed commit 6cc005e

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
@@ -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.2.4")
30+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.2.6")
3131
```
3232

3333
### project/build.properties

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.2.4")
1+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.2.6")

0 commit comments

Comments
 (0)