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
7
7
lazy val communitybuildDir : Path = Paths .get(sys.props(" user.dir" ))
8
8
9
9
lazy val compilerVersion : String =
10
- val file = communitybuildDir.resolve(" dotty -bootstrapped.version" )
10
+ val file = communitybuildDir.resolve(" scala3 -bootstrapped.version" )
11
11
new String (Files .readAllBytes(file), UTF_8 )
12
12
13
13
lazy val sbtPluginFilePath : String =
14
14
// Workaround for https://github.com/sbt/sbt/issues/4395
15
15
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()
17
17
18
18
def log (msg : String ) = println(Console .GREEN + msg + Console .RESET )
19
19
You can’t perform that action at this time.
0 commit comments