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

Use old version-string scheme for Scala compiler target #1528

Merged

Conversation

rshkv
Copy link
Contributor

@rshkv rshkv commented Oct 29, 2020

Before this PR

In #1524, we provide -target:jvm-8 as parameter to scalac. It turns out the new version-string scheme (8 instead of 1.8) is only supported from Scala 2.13. We need to support 2.12 and below. Apologies.

After this PR

Set -target:jvm-1.8 instead.

==COMMIT_MSG==
Use old version-string scheme for Scala compiler target (jvm-1.8 instead of jvm-8).
==COMMIT_MSG==

@changelog-app
Copy link

changelog-app bot commented Oct 29, 2020

Generate changelog in changelog/@unreleased

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

Use old version-string scheme for Scala compiler target.

Check the box to generate changelog(s)

  • Generate changelog entry

@policy-bot policy-bot bot requested a review from fawind October 29, 2020 16:36
@rshkv rshkv force-pushed the wr/old-style-scala-target-version branch from 369804c to 774334c Compare October 29, 2020 16:42
@robert3005
Copy link
Contributor

👍

@bulldozer-bot bulldozer-bot bot merged commit 0e46385 into palantir:develop Oct 29, 2020
@svc-autorelease
Copy link
Collaborator

Released 3.45.2

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.

None yet

3 participants