chore: add scala nightly repository resolver#532
Merged
eed3si9n merged 1 commit intosbt:developfrom Aug 23, 2025
Merged
Conversation
eed3si9n
approved these changes
Aug 23, 2025
13467a8 to
45d7ead
Compare
Contributor
Author
|
The force push was to satisfy |
mergify bot
added a commit
to slick/slick
that referenced
this pull request
Aug 24, 2025
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [sbt/sbt](https://redirect.github.com/sbt/sbt) | patch | `1.11.4` -> `1.11.5` | --- ### Release Notes <details> <summary>sbt/sbt (sbt/sbt)</summary> ### [`v1.11.5`](https://redirect.github.com/sbt/sbt/releases/tag/v1.11.5): 1.11.5 [Compare Source](https://redirect.github.com/sbt/sbt/compare/v1.11.4...v1.11.5) #### changes with compatibility implications - sbtn is built using `ubuntu-22.04` image, which will require similar Linux version with glibc 2.32 and above. #### 🚀 features and other updates - Adds scala-library 3.8.0 support by [@​hamzaremmal](https://redirect.github.com/hamzaremmal) + [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8226](https://redirect.github.com/sbt/sbt/pull/8226) - Adds Scala Nightly repository resolver. See below - Central Repository publishing: Shows validation errors if present by [@​unkarjedy](https://redirect.github.com/unkarjedy) in [#​8191](https://redirect.github.com/sbt/sbt/pull/8191) - Central Repository publishing: Includes the root subproject name into the deployment by [@​jeanmarc](https://redirect.github.com/jeanmarc) in [#​8219](https://redirect.github.com/sbt/sbt/pull/8219) - Adds `--jvm-client` to the `sbt` runner script to launch JVM client by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8232](https://redirect.github.com/sbt/sbt/pull/8232) - Reduces sbtn outputs by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8234](https://redirect.github.com/sbt/sbt/pull/8234) #### Scala Nightly repository Scala Team now publishes nightlies to a dedicated Artifactory instance. sbt 1.11.5 adds a new resolver for this: ```scala resolvers += Resolver.scalaNightlyRepository ThisBuild / scalaVersion := "3.8.0-RC1-bin-20250823-712d5bc-NIGHTLY" Compile / scalacOptions += "-language:experimental.captureChecking" ``` This was contributed by [@​hamzaremmal](https://redirect.github.com/hamzaremmal) in [sbt/librarymanagement#532](https://redirect.github.com/sbt/librarymanagement/pull/532) #### 🎬 behind the scene - ci: Uses sbt 1.11.4 by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8192](https://redirect.github.com/sbt/sbt/pull/8192) - ci: Adds clean.yml by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8227](https://redirect.github.com/sbt/sbt/pull/8227) - ci: Bump actions/setup-java from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​8229](https://redirect.github.com/sbt/sbt/pull/8229) - ci: Split server-test by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8233](https://redirect.github.com/sbt/sbt/pull/8233) - deps: Bump to lm 1.11.5 by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8231](https://redirect.github.com/sbt/sbt/pull/8231) #### new contributors - [@​jeanmarc](https://redirect.github.com/jeanmarc) made their first contribution in [#​8219](https://redirect.github.com/sbt/sbt/pull/8219) - [@​hamzaremmal](https://redirect.github.com/hamzaremmal) made their first contribution in [#​8226](https://redirect.github.com/sbt/sbt/pull/8226) **Full Changelog**: <sbt/sbt@v1.11.4...v1.11.5> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/slick/slick). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6ImphdmExNyIsImxhYmVscyI6W119-->
mergify bot
added a commit
to slick/slick
that referenced
this pull request
Aug 24, 2025
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [sbt/sbt](https://redirect.github.com/sbt/sbt) | patch | `1.11.4` -> `1.11.5` | --- ### Release Notes <details> <summary>sbt/sbt (sbt/sbt)</summary> ### [`v1.11.5`](https://redirect.github.com/sbt/sbt/releases/tag/v1.11.5): 1.11.5 [Compare Source](https://redirect.github.com/sbt/sbt/compare/v1.11.4...v1.11.5) #### changes with compatibility implications - sbtn is built using `ubuntu-22.04` image, which will require similar Linux version with glibc 2.32 and above. #### 🚀 features and other updates - Adds scala-library 3.8.0 support by [@​hamzaremmal](https://redirect.github.com/hamzaremmal) + [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8226](https://redirect.github.com/sbt/sbt/pull/8226) - Adds Scala Nightly repository resolver. See below - Central Repository publishing: Shows validation errors if present by [@​unkarjedy](https://redirect.github.com/unkarjedy) in [#​8191](https://redirect.github.com/sbt/sbt/pull/8191) - Central Repository publishing: Includes the root subproject name into the deployment by [@​jeanmarc](https://redirect.github.com/jeanmarc) in [#​8219](https://redirect.github.com/sbt/sbt/pull/8219) - Adds `--jvm-client` to the `sbt` runner script to launch JVM client by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8232](https://redirect.github.com/sbt/sbt/pull/8232) - Reduces sbtn outputs by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8234](https://redirect.github.com/sbt/sbt/pull/8234) #### Scala Nightly repository Scala Team now publishes nightlies to a dedicated Artifactory instance. sbt 1.11.5 adds a new resolver for this: ```scala resolvers += Resolver.scalaNightlyRepository ThisBuild / scalaVersion := "3.8.0-RC1-bin-20250823-712d5bc-NIGHTLY" Compile / scalacOptions += "-language:experimental.captureChecking" ``` This was contributed by [@​hamzaremmal](https://redirect.github.com/hamzaremmal) in [sbt/librarymanagement#532](https://redirect.github.com/sbt/librarymanagement/pull/532) #### 🎬 behind the scene - ci: Uses sbt 1.11.4 by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8192](https://redirect.github.com/sbt/sbt/pull/8192) - ci: Adds clean.yml by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8227](https://redirect.github.com/sbt/sbt/pull/8227) - ci: Bump actions/setup-java from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​8229](https://redirect.github.com/sbt/sbt/pull/8229) - ci: Split server-test by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8233](https://redirect.github.com/sbt/sbt/pull/8233) - deps: Bump to lm 1.11.5 by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8231](https://redirect.github.com/sbt/sbt/pull/8231) #### new contributors - [@​jeanmarc](https://redirect.github.com/jeanmarc) made their first contribution in [#​8219](https://redirect.github.com/sbt/sbt/pull/8219) - [@​hamzaremmal](https://redirect.github.com/hamzaremmal) made their first contribution in [#​8226](https://redirect.github.com/sbt/sbt/pull/8226) **Full Changelog**: <sbt/sbt@v1.11.4...v1.11.5> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/slick/slick). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
avrittrohwer
pushed a commit
to civiform/civiform
that referenced
this pull request
Aug 25, 2025
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [sbt/sbt](https://redirect.github.com/sbt/sbt) | patch | `1.11.4` -> `1.11.5` | --- ### Release Notes <details> <summary>sbt/sbt (sbt/sbt)</summary> ### [`v1.11.5`](https://redirect.github.com/sbt/sbt/releases/tag/v1.11.5): 1.11.5 [Compare Source](https://redirect.github.com/sbt/sbt/compare/v1.11.4...v1.11.5) #### changes with compatibility implications - sbtn is built using `ubuntu-22.04` image, which will require similar Linux version with glibc 2.32 and above. #### 🚀 features and other updates - Adds scala-library 3.8.0 support by [@​hamzaremmal](https://redirect.github.com/hamzaremmal) + [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8226](https://redirect.github.com/sbt/sbt/pull/8226) - Adds Scala Nightly repository resolver. See below - Central Repository publishing: Shows validation errors if present by [@​unkarjedy](https://redirect.github.com/unkarjedy) in [#​8191](https://redirect.github.com/sbt/sbt/pull/8191) - Central Repository publishing: Includes the root subproject name into the deployment by [@​jeanmarc](https://redirect.github.com/jeanmarc) in [#​8219](https://redirect.github.com/sbt/sbt/pull/8219) - Adds `--jvm-client` to the `sbt` runner script to launch JVM client by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8232](https://redirect.github.com/sbt/sbt/pull/8232) - Reduces sbtn outputs by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8234](https://redirect.github.com/sbt/sbt/pull/8234) #### Scala Nightly repository Scala Team now publishes nightlies to a dedicated Artifactory instance. sbt 1.11.5 adds a new resolver for this: ```scala resolvers += Resolver.scalaNightlyRepository ThisBuild / scalaVersion := "3.8.0-RC1-bin-20250823-712d5bc-NIGHTLY" Compile / scalacOptions += "-language:experimental.captureChecking" ``` This was contributed by [@​hamzaremmal](https://redirect.github.com/hamzaremmal) in [sbt/librarymanagement#532](https://redirect.github.com/sbt/librarymanagement/pull/532) #### 🎬 behind the scene - ci: Uses sbt 1.11.4 by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8192](https://redirect.github.com/sbt/sbt/pull/8192) - ci: Adds clean.yml by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8227](https://redirect.github.com/sbt/sbt/pull/8227) - ci: Bump actions/setup-java from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​8229](https://redirect.github.com/sbt/sbt/pull/8229) - ci: Split server-test by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8233](https://redirect.github.com/sbt/sbt/pull/8233) - deps: Bump to lm 1.11.5 by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [#​8231](https://redirect.github.com/sbt/sbt/pull/8231) #### new contributors - [@​jeanmarc](https://redirect.github.com/jeanmarc) made their first contribution in [#​8219](https://redirect.github.com/sbt/sbt/pull/8219) - [@​hamzaremmal](https://redirect.github.com/hamzaremmal) made their first contribution in [#​8226](https://redirect.github.com/sbt/sbt/pull/8226) **Full Changelog**: <sbt/sbt@v1.11.4...v1.11.5> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 4am,before 10am" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/civiform/civiform). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Scala 3 Nightlies are now published to https://repo.scala-lang.org.
In this PR, we add a resolver to make it easier for people to add the repository to their build.\
/cc @eed3si9n (It would be nice if this is also included in sbt 1.11.5)