File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ You will need to make the following adjustments to your build:
27
27
28
28
### project/plugins.sbt
29
29
``` scala
30
- addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.4.2 " )
30
+ addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.4.3 " )
31
31
```
32
32
33
33
### project/build.properties
@@ -49,7 +49,7 @@ scalaVersion := "0.27.0-RC1"
49
49
#### Nightly builds
50
50
If the latest release of Dotty is missing a bugfix or feature you need, you may
51
51
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
53
53
number for the latest nightly build. Alternatively, you can set `scalaVersion :=
54
54
dottyLatestNightlyBuild.get` to always use the latest nightly build of dotty.
55
55
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.4.2 " )
1
+ addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.4.3 " )
You can’t perform that action at this time.
0 commit comments