Skip to content

Commit e890dd8

Browse files
committed
Upgrade sbt-dotty to 0.4.4
1 parent e7a3461 commit e890dd8

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.4.3")
30+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.4")
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.4.3")
1+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.4")

0 commit comments

Comments
 (0)