Skip to content

Conversation

jorgarga
Copy link
Contributor

The error was:
[info] loading project definition from /HelloScalaTest/project
[error] [/HelloScalaTest/build.sbt]:7: ';' expected but ')' found.
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? q

With this fix (without the parenthesis) the new message shown is:
[info] Fetched artifacts of
[info] Compiling 1 Scala source to /HelloScalaTest/target/scala-2.13/classes ...
[info] Non-compiled module 'compiler-bridge_2.13' for Scala 2.13.3. Compiling...
[info] Compilation completed in 12.276s.
[info] running simpletest.Hello
Hello Alvin Alexander
[success] Total time: 24 s, completed 14-jul-2020 9:53:06

The error was:
  [info] loading project definition from /HelloScalaTest/project
  [error] [/HelloScalaTest/build.sbt]:7: ';' expected but ')' found.
  Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? q

With this fix (without the parenthesis) the new message shown is:
  [info] Fetched artifacts of
  [info] Compiling 1 Scala source to /HelloScalaTest/target/scala-2.13/classes ...
  [info] Non-compiled module 'compiler-bridge_2.13' for Scala 2.13.3. Compiling...
  [info]   Compilation completed in 12.276s.
  [info] running simpletest.Hello
  Hello Alvin Alexander
  [success] Total time: 24 s, completed 14-jul-2020 9:53:06
@SethTisue SethTisue merged commit fcfb1ec into scala:master Jul 17, 2020
@SethTisue
Copy link
Member

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants