Skip to content

Commit 861f72a

Browse files
Rename version files in the community build tests
1 parent c0004f6 commit 861f72a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ 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 =
1414
// Workaround for https://github.com/sbt/sbt/issues/4395
1515
new File(sys.props("user.home") + "/.sbt/1.0/plugins").mkdirs()
16-
communitybuildDir.resolve("sbt-dotty-sbt").toAbsolutePath().toString()
16+
communitybuildDir.resolve("sbt-scala3-sbt").toAbsolutePath().toString()
1717

1818
def log(msg: String) = println(Console.GREEN + msg + Console.RESET)
1919

0 commit comments

Comments
 (0)