zio / zio-sbt

SBT Plugins For ZIO Projects
https://zio.dev/zio-sbt
Apache License 2.0
12 stars 11 forks source link

Update dependency sbt/sbt to v1.10.2 #428

Open renovate[bot] opened 3 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Update Change
sbt/sbt patch 1.10.1 -> 1.10.2

Release Notes

sbt/sbt (sbt/sbt) ### [`v1.10.2`](https://redirect.github.com/sbt/sbt/releases/tag/v1.10.2): 1.10.2 [Compare Source](https://redirect.github.com/sbt/sbt/compare/v1.10.1...v1.10.2) #### updates - Fixes the attribute key name from `serverIdleTimeOut` to `serverIdleTimeout` to match the variable name by [@​lervag](https://redirect.github.com/lervag) in [https://github.com/sbt/sbt/pull/7651](https://redirect.github.com/sbt/sbt/pull/7651) - Fixes incremental Scala-Java mixed compilation that produces JAR directly by [@​adpi2](https://redirect.github.com/adpi2) in [https://github.com/sbt/zinc/pull/1377](https://redirect.github.com/sbt/zinc/pull/1377) - Fixes over-compilation when using a class directory as a library by [@​adpi2](https://redirect.github.com/adpi2) in [https://github.com/sbt/zinc/pull/1382](https://redirect.github.com/sbt/zinc/pull/1382) - Perf: Copy bytes directly instead of using `scala.reflect.io.Streamable` by [@​rochala](https://redirect.github.com/rochala) in [https://github.com/sbt/zinc/pull/1395](https://redirect.github.com/sbt/zinc/pull/1395) - Includes all sources and resources in source jar by [@​jroper](https://redirect.github.com/jroper) in [https://github.com/sbt/sbt/pull/7630](https://redirect.github.com/sbt/sbt/pull/7630) - Fixes the handling of `Optional` inter-project dependency in BSP by [@​adpi2](https://redirect.github.com/adpi2) in [https://github.com/sbt/sbt/pull/7568](https://redirect.github.com/sbt/sbt/pull/7568) - Trims spaces around k and v to tolerate extra whitespace in `build.properties` by [@​invadergir](https://redirect.github.com/invadergir) in [https://github.com/sbt/sbt/pull/7585](https://redirect.github.com/sbt/sbt/pull/7585) - Fixes legacy repositories like `scala-tools-releases` in `repositories` file blocking sbt from launching by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [https://github.com/sbt/launcher/pull/104](https://redirect.github.com/sbt/launcher/pull/104) - Fixes stale BSP diagnostics by [@​SlowBrainDude](https://redirect.github.com/SlowBrainDude) in [https://github.com/sbt/sbt/pull/7610](https://redirect.github.com/sbt/sbt/pull/7610) - Fixes scripted support for sbt 2.x by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [https://github.com/sbt/sbt/pull/7672](https://redirect.github.com/sbt/sbt/pull/7672) - Uses `_sbt2_3` suffix for sbt 2.x by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [https://github.com/sbt/sbt/pull/7671](https://redirect.github.com/sbt/sbt/pull/7671) - Avoids using `ThreadDeath` for future JDK compatibility by [@​xuwei-k](https://redirect.github.com/xuwei-k) in [https://github.com/sbt/sbt/pull/7652](https://redirect.github.com/sbt/sbt/pull/7652) - Avoids using `ZipError` for future JDK compatibility by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [https://github.com/sbt/zinc/pull/1393](https://redirect.github.com/sbt/zinc/pull/1393) #### behind the scenes - Update to sjson-new 0.10.1 by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [https://github.com/sbt/sbt/pull/7595](https://redirect.github.com/sbt/sbt/pull/7595) - Update to Zinc 1.10.2 by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [https://github.com/sbt/sbt/pull/7674](https://redirect.github.com/sbt/sbt/pull/7674) - Update to lm 1.10.1 by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [https://github.com/sbt/sbt/pull/7597](https://redirect.github.com/sbt/sbt/pull/7597) - Update to Launcher 1.4.3 by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [https://github.com/sbt/sbt/pull/7598](https://redirect.github.com/sbt/sbt/pull/7598) - Update to the common Scala 2.12 version for the sbtn subproject by [@​SlowBrainDude](https://redirect.github.com/SlowBrainDude) in [https://github.com/sbt/sbt/pull/7605](https://redirect.github.com/sbt/sbt/pull/7605) - Note in dev docs on supported build time JDK version dependency by [@​SlowBrainDude](https://redirect.github.com/SlowBrainDude) in [https://github.com/sbt/sbt/pull/7606](https://redirect.github.com/sbt/sbt/pull/7606) - Fix CI: Zinc default branch is 1.10.x by [@​adpi2](https://redirect.github.com/adpi2) in [https://github.com/sbt/sbt/pull/7654](https://redirect.github.com/sbt/sbt/pull/7654) - Upgrade sbt plugins to avoid deprecated repo.scala-sbt.org by [@​mkurz](https://redirect.github.com/mkurz) in [https://github.com/sbt/sbt/pull/7555](https://redirect.github.com/sbt/sbt/pull/7555) - Update Scala 3 doc test by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [https://github.com/sbt/sbt/pull/7619](https://redirect.github.com/sbt/sbt/pull/7619) - Bump scalacenter/sbt-dependency-submission from 2 to 3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbt/sbt/pull/7565](https://redirect.github.com/sbt/sbt/pull/7565) - Fixes `dependency-management/force-update-period` test (backport of [#​7538](https://redirect.github.com/sbt/sbt/issues/7538)) by [@​adpi2](https://redirect.github.com/adpi2) in [https://github.com/sbt/sbt/pull/7567](https://redirect.github.com/sbt/sbt/pull/7567) - Fixes BuildServerTest by [@​adpi2](https://redirect.github.com/adpi2) in [https://github.com/sbt/sbt/pull/7638](https://redirect.github.com/sbt/sbt/pull/7638) #### new contributors - [@​invadergir](https://redirect.github.com/invadergir) made their first contribution in [https://github.com/sbt/sbt/pull/7585](https://redirect.github.com/sbt/sbt/pull/7585) - [@​rochala](https://redirect.github.com/rochala) made their first contribution in [https://github.com/sbt/zinc/pull/1395](https://redirect.github.com/sbt/zinc/pull/1395) - [@​SlowBrainDude](https://redirect.github.com/SlowBrainDude) made their first contribution in [https://github.com/sbt/sbt/pull/7606](https://redirect.github.com/sbt/sbt/pull/7606) - [@​lervag](https://redirect.github.com/lervag) made their first contribution in [https://github.com/sbt/sbt/pull/7651](https://redirect.github.com/sbt/sbt/pull/7651) **Full Changelog**: https://github.com/sbt/sbt/compare/v1.10.0...v1.10.2

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Enabled.

ā™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.