Skip to content
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

add a space to the Scala version selector command #410

Merged

Conversation

bpholt
Copy link
Member

@bpholt bpholt commented Nov 7, 2022

Using sbt '++2.13' test works, but sbt '++3' test does not. However, both sbt '++ 2.13' test and sbt '++ 3' test work, and the space is included in the sbt documentation.

project/build.properties Outdated Show resolved Hide resolved
Using `sbt '++2.13' test` works, but `sbt '++3' test` does not. However,
both `sbt '++ 2.13' test` and `sbt '++ 3' test` work, and the space is
included in the sbt documentation:
https://www.scala-sbt.org/1.x/docs/Cross-Build.html#Switching+Scala+version
@bpholt bpholt force-pushed the scala-version-selector-syntax branch from f7c8737 to 1f20917 Compare November 7, 2022 19:19
Copy link
Member

@armanbilge armanbilge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@armanbilge armanbilge merged commit c4e104f into typelevel:series/0.4 Nov 7, 2022
@bpholt bpholt deleted the scala-version-selector-syntax branch November 7, 2022 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants