Skip to content

Commit 6eabb77

Browse files
committed
Upgrade after dotty repo changes: scala/scala3#1636
1 parent d74da84 commit 6eabb77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Until artifacts are published, you'll need to compile Dotty yourself:
66
```shell
77
git clone https://github.com/lampepfl/dotty.git
88
cd dotty
9-
sbt ";dotty-interfaces/publishLocal;dotty-bridge/publishLocal;publishLocal"
9+
sbt publishLocal
1010
```
1111

1212
### Usage

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ lazy val root = (project in file(".")).
3535
// avoid trouble.
3636
libraryDependencies += "org.scala-lang" % "scala-library" % "2.11.5",
3737

38-
// Maintained at https://github.com/lampepfl/dotty/tree/master/bridge
39-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
38+
// Maintained at https://github.com/lampepfl/dotty/tree/master/sbt-bridge
39+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-sbt-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
4040
)

0 commit comments

Comments
 (0)