Skip to content

Commit 17e978b

Browse files
Rename version file in the community build tests
1 parent 9d5a51f commit 17e978b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import java.nio.charset.StandardCharsets.UTF_8
77
lazy val communitybuildDir: Path = Paths.get(sys.props("user.dir"))
88

99
lazy val compilerVersion: String =
10-
val file = communitybuildDir.resolve("dotty-bootstrapped.version")
10+
val file = communitybuildDir.resolve("scala3-bootstrapped.version")
1111
new String(Files.readAllBytes(file), UTF_8)
1212

1313
lazy val sbtPluginFilePath: String =

0 commit comments

Comments
 (0)