Skip to content

chore: add scala nightly repository resolver#532

Merged
eed3si9n merged 1 commit intosbt:developfrom
hamzaremmal:nightly-repository
Aug 23, 2025
Merged

chore: add scala nightly repository resolver#532
eed3si9n merged 1 commit intosbt:developfrom
hamzaremmal:nightly-repository

Conversation

@hamzaremmal
Copy link
Copy Markdown
Contributor

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)

@hamzaremmal
Copy link
Copy Markdown
Contributor Author

The force push was to satisfy scalafmt requirements.

@eed3si9n eed3si9n merged commit 506298e into sbt:develop Aug 23, 2025
5 checks passed
@hamzaremmal hamzaremmal deleted the nightly-repository branch August 24, 2025 06:00
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
[@&#8203;hamzaremmal](https://redirect.github.com/hamzaremmal) +
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;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
[@&#8203;unkarjedy](https://redirect.github.com/unkarjedy) in
[#&#8203;8191](https://redirect.github.com/sbt/sbt/pull/8191)
- Central Repository publishing: Includes the root subproject name into
the deployment by
[@&#8203;jeanmarc](https://redirect.github.com/jeanmarc) in
[#&#8203;8219](https://redirect.github.com/sbt/sbt/pull/8219)
- Adds `--jvm-client` to the `sbt` runner script to launch JVM client by
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;8232](https://redirect.github.com/sbt/sbt/pull/8232)
- Reduces sbtn outputs by
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;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
[@&#8203;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
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;8192](https://redirect.github.com/sbt/sbt/pull/8192)
- ci: Adds clean.yml by
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;8227](https://redirect.github.com/sbt/sbt/pull/8227)
- ci: Bump actions/setup-java from 4 to 5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;8229](https://redirect.github.com/sbt/sbt/pull/8229)
- ci: Split server-test by
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;8233](https://redirect.github.com/sbt/sbt/pull/8233)
- deps: Bump to lm 1.11.5 by
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;8231](https://redirect.github.com/sbt/sbt/pull/8231)

#### new contributors

- [@&#8203;jeanmarc](https://redirect.github.com/jeanmarc) made their
first contribution in
[#&#8203;8219](https://redirect.github.com/sbt/sbt/pull/8219)
- [@&#8203;hamzaremmal](https://redirect.github.com/hamzaremmal) made
their first contribution in
[#&#8203;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
[@&#8203;hamzaremmal](https://redirect.github.com/hamzaremmal) +
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;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
[@&#8203;unkarjedy](https://redirect.github.com/unkarjedy) in
[#&#8203;8191](https://redirect.github.com/sbt/sbt/pull/8191)
- Central Repository publishing: Includes the root subproject name into
the deployment by
[@&#8203;jeanmarc](https://redirect.github.com/jeanmarc) in
[#&#8203;8219](https://redirect.github.com/sbt/sbt/pull/8219)
- Adds `--jvm-client` to the `sbt` runner script to launch JVM client by
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;8232](https://redirect.github.com/sbt/sbt/pull/8232)
- Reduces sbtn outputs by
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;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
[@&#8203;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
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;8192](https://redirect.github.com/sbt/sbt/pull/8192)
- ci: Adds clean.yml by
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;8227](https://redirect.github.com/sbt/sbt/pull/8227)
- ci: Bump actions/setup-java from 4 to 5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;8229](https://redirect.github.com/sbt/sbt/pull/8229)
- ci: Split server-test by
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;8233](https://redirect.github.com/sbt/sbt/pull/8233)
- deps: Bump to lm 1.11.5 by
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;8231](https://redirect.github.com/sbt/sbt/pull/8231)

#### new contributors

- [@&#8203;jeanmarc](https://redirect.github.com/jeanmarc) made their
first contribution in
[#&#8203;8219](https://redirect.github.com/sbt/sbt/pull/8219)
- [@&#8203;hamzaremmal](https://redirect.github.com/hamzaremmal) made
their first contribution in
[#&#8203;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
[@&#8203;hamzaremmal](https://redirect.github.com/hamzaremmal) +
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;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
[@&#8203;unkarjedy](https://redirect.github.com/unkarjedy) in
[#&#8203;8191](https://redirect.github.com/sbt/sbt/pull/8191)
- Central Repository publishing: Includes the root subproject name into
the deployment by
[@&#8203;jeanmarc](https://redirect.github.com/jeanmarc) in
[#&#8203;8219](https://redirect.github.com/sbt/sbt/pull/8219)
- Adds `--jvm-client` to the `sbt` runner script to launch JVM client by
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;8232](https://redirect.github.com/sbt/sbt/pull/8232)
- Reduces sbtn outputs by
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;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
[@&#8203;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
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;8192](https://redirect.github.com/sbt/sbt/pull/8192)
- ci: Adds clean.yml by
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;8227](https://redirect.github.com/sbt/sbt/pull/8227)
- ci: Bump actions/setup-java from 4 to 5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;8229](https://redirect.github.com/sbt/sbt/pull/8229)
- ci: Split server-test by
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;8233](https://redirect.github.com/sbt/sbt/pull/8233)
- deps: Bump to lm 1.11.5 by
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;8231](https://redirect.github.com/sbt/sbt/pull/8231)

#### new contributors

- [@&#8203;jeanmarc](https://redirect.github.com/jeanmarc) made their
first contribution in
[#&#8203;8219](https://redirect.github.com/sbt/sbt/pull/8219)
- [@&#8203;hamzaremmal](https://redirect.github.com/hamzaremmal) made
their first contribution in
[#&#8203;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>
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