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

Start compiling and publishing PureConfig against Scala 3.1 #1352

Merged
merged 2 commits into from
Jul 25, 2022

Conversation

ruippeixotog
Copy link
Member

@ruippeixotog ruippeixotog commented Jul 24, 2022

The latest scalatest version (3.2.12) is compiled against Scala 3.1, forcing us and many other projects that depend on Scala 3 to Scala 3.1 as well. Given how widely used scalatest is, I think it's time for us to drop Scala 3.0 as well and simplify our build assumptions (for now). Compared to scalatest, this PureConfig change has a much smaller blast radius (I suspect most PureConfig users are end projects, not libraries), so I think it won't have a lot of consequences.

On this PR I'm dropping Scala 3.0 and combining a lot of existing open PRs that depend on this, such as bumping scalatest, using SBT 1.7.x and a few other build nits.

Supersedes #1348, #1317 and #1220.

@ruippeixotog ruippeixotog changed the title Start compiling PureConfig against Scala 3.1 Start compiling and publishing PureConfig against Scala 3.1 Jul 24, 2022
Copy link
Member

@jcazevedo jcazevedo left a comment

Choose a reason for hiding this comment

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

Thanks!

@jcazevedo jcazevedo merged commit 6957bfc into master Jul 25, 2022
@jcazevedo jcazevedo deleted the drop-scala-3.0 branch July 25, 2022 20:25
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