Skip to content

Commit e7a3461

Browse files
committed
Upgrade sbt-dotty to 0.4.3
1 parent 2c1e96f commit e7a3461

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.2")
30+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.3")
3131
```
3232

3333
### project/build.properties
@@ -49,7 +49,7 @@ scalaVersion := "0.27.0-RC1"
4949
#### Nightly builds
5050
If the latest release of Dotty is missing a bugfix or feature you need, you may
5151
wish to use a nightly build. Look at the bottom of
52-
https://repo1.maven.org/maven2/ch/epfl/lamp/dotty_0.28/ to find the version
52+
https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3.0.0-M1/ to find the version
5353
number for the latest nightly build. Alternatively, you can set `scalaVersion :=
5454
dottyLatestNightlyBuild.get` to always use the latest nightly build of dotty.
5555

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

0 commit comments

Comments
 (0)