File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ import java.nio.charset.StandardCharsets.UTF_8
77lazy val communitybuildDir : Path = Paths .get(sys.props(" user.dir" ))
88
99lazy 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
1313lazy 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
1818def log (msg : String ) = println(Console .GREEN + msg + Console .RESET )
1919
You can’t perform that action at this time.
0 commit comments