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

sbt-devoops v3.0.0 #427

Merged
merged 1 commit into from
Nov 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions changelogs/3.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## [3.0.0](https://github.com/Kevin-Lee/sbt-devoops/issues?q=is%3Aissue+is%3Aclosed+-label%3Adeclined+milestone%3Amilestone35) - 2023-11-19

### Breaking Changes
* [`sbt-devoops-scala`] Remove `scalacOptions` in favor of `sbt-tpolecat` (#424)
* Now, `sbt-devoops-scala` requires `sbt-tpolecat`, so having `sbt-devoops-scala` also means having `sbt-tpolecat`.

### Internal Housekeeping
* Upgrade Scala, sbt, sbt plugins and libraries (#418)
* Scala to `2.12.18`
* sbt to `1.9.7`
* sbt-scalafmt to `2.5.2`
* sbt-scalafix to `0.11.1`
* sbt-ci-release to `1.5.12`
* sbt-wartremover to `3.1.3`
* sbt-scoverage to `2.0.9`
* sbt-coveralls to `1.3.11`
* sbt-explicit-dependencies to `0.3.1`
* sbt-welcome to `0.4.0`
* sbt-devoops to `2.24.1`
* Upgrade libraries (#421)
* cats to `2.10.0`
* cats-effect to `3.5.2`
* extras to `0.44.0`
* effectie to `2.0.0-beta13`
* logger-f to `2.0.0-beta22`
* refined to `0.11.0`
* circe to `0.14.6`
* http4s to `0.23.24`
* just-semver to `0.13.0`