Commit 3b4be62
Update scalajs-test-interface to 1.18.2 (#3798)
## About this PR
π¦ Updates
[org.scala-js:scalajs-test-interface](https://github.com/scala-js/scala-js)
from `1.18.1` to `1.18.2`
π [GitHub Release
Notes](https://github.com/scala-js/scala-js/releases/tag/v1.18.2) -
[Version
Diff](scala-js/scala-js@v1.18.1...v1.18.2)
## Usage
β
**Please merge!**
I'll automatically update this PR to resolve conflicts as long as you
don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you
have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a
[`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/7ec418cd5441d449f037bca6d34326534c07a5dd/docs/repo-specific-configuration.md)
file.
_Have a fantastic day writing Scala!_
<details>
<summary>π Files still referring to the old version number</summary>
The following files still refer to the old version number (1.18.1).
You might want to review and update them manually.
```
airspec/build.sbt
build.sbt
```
</details>
<details>
<summary>β Adjust future updates</summary>
Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "org.scala-js", artifactId = "scalajs-test-interface" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scala-js", artifactId = "scalajs-test-interface" }
}]
```
</details>
<sup>
labels: library-update
</sup>
Co-authored-by: Taro L. Saito <[email protected]>1 parent a2a3aa9 commit 3b4be62
File tree
3 files changed
+4
-4
lines changed- airspec/project
- project
- sbt-airframe/src/sbt-test/sbt-airframe/js-client/project
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
0 commit comments