-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
document both Scala 3 and 2 seeds, putting 3 first #1166
Conversation
@@ -79,7 +79,8 @@ You just need one line of <code>build.sbt</code> to get started with Scala. Lear | |||
<h3>sbt new</h3> | |||
Choose from community-maintained <a href="https://github.com/search?o=desc&p=1&q=g8&s=stars&type=Repositories">Giter8 templates</a> to jump start your project: | |||
|
|||
<pre><code class="prettyprint">\$ sbt new scala/scala-seed.g8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest we copy paste sbt init
output.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added a commit that does what I imagine you mean.
\$ sbt new scala/scala-seed.g8 | ||
.... | ||
A minimal Scala project. | ||
\$ sbt new scala/scala3.g8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scala/toolkit.local also defaults to Scala 3:
Select a template: a
Scala version (default: 3.3.0):
Scala Toolkit version (default: 0.2.0):
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a commit with the adjustment I think you're suggesting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
No description provided.