Skip to content

Commit f4096ac

Browse files
Address review
Co-authored-by: Nicolas Stucki <[email protected]>
1 parent 4aaff32 commit f4096ac

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
@@ -10,7 +10,7 @@ lazy val compilerVersion: String =
1010
val file = communitybuildDir.resolve("scala3-bootstrapped.version")
1111
new String(Files.readAllBytes(file), UTF_8)
1212

13-
lazy val isExperimentalCompiler: Boolean =
13+
lazy val compilerSupportExperimental: Boolean =
1414
compilerVersion.contains("SNAPSHOT") || compilerVersion.contains("NIGHTLY")
1515

1616
lazy val sbtPluginFilePath: String =

0 commit comments

Comments
 (0)