We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5a51f commit 17e978bCopy full SHA for 17e978b
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -7,7 +7,7 @@ import java.nio.charset.StandardCharsets.UTF_8
7
lazy val communitybuildDir: Path = Paths.get(sys.props("user.dir"))
8
9
lazy val compilerVersion: String =
10
- val file = communitybuildDir.resolve("dotty-bootstrapped.version")
+ val file = communitybuildDir.resolve("scala3-bootstrapped.version")
11
new String(Files.readAllBytes(file), UTF_8)
12
13
lazy val sbtPluginFilePath: String =
0 commit comments