Commit 5191bf0
authored
Update sbt-scalajs to 1.19.0 (#312)
## About this PR
📦 Updates
[org.scala-js:sbt-scalajs](https://github.com/scala-js/scala-js) from
`1.18.2` to `1.19.0`
📜 [GitHub Release
Notes](https://github.com/scala-js/scala-js/releases/tag/v1.19.0) -
[Version
Diff](scala-js/scala-js@v1.18.2...v1.19.0)
## 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/f0dfaa6d8e24b261aeafbc7f99c5325ed9365cf2/docs/repo-specific-configuration.md)
file.
_Have a fantastic day writing Scala!_
<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 = "sbt-scalajs" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scala-js", artifactId = "sbt-scalajs" }
}]
```
</details>
<sup>
labels: sbt-plugin-update, early-semver-minor, semver-spec-minor,
commit-count:1
</sup>
<!-- scala-steward = {
"Update" : {
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "org.scala-js",
"artifactId" : {
"name" : "sbt-scalajs",
"maybeCrossName" : null
},
"version" : "1.18.2",
"sbtVersion" : "1.0",
"scalaVersion" : "2.12",
"configurations" : null
}
],
"newerVersions" : [
"1.19.0"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
},
"Labels" : [
"sbt-plugin-update",
"early-semver-minor",
"semver-spec-minor",
"commit-count:1"
]
} -->
Co-authored-by: scala-steward <scala-steward>1 parent 9c6604a commit 5191bf0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
0 commit comments