Skip to content

Commit

Permalink
Update scalajs-dom to 2.7.0 (#3221)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates
[org.scala-js:scalajs-dom](https://github.com/scala-js/scala-js-dom)
from `2.6.0` to `2.7.0`

πŸ“œ [GitHub Release
Notes](https://github.com/scala-js/scala-js-dom/releases/tag/v2.7.0) -
[Version
Diff](scala-js/scala-js-dom@v2.6.0...v2.7.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/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/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 (2.6.0).
You might want to review and update them manually.
```
build.sbt
docs/release-notes.md
```
</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-dom" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scala-js", artifactId = "scalajs-dom" }
}]
```
</details>

<sup>
labels: library-update
</sup>
  • Loading branch information
xerial-bot authored Sep 19, 2023
1 parent a23672d commit b905253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ val SQLITE_JDBC_VERSION = "3.43.0.0"
val SLF4J_VERSION = "2.0.9"
val JS_JAVA_LOGGING_VERSION = "1.0.0"
val JS_JAVA_TIME_VERSION = "1.0.0"
val SCALAJS_DOM_VERSION = "2.6.0"
val SCALAJS_DOM_VERSION = "2.7.0"
val FINAGLE_VERSION = "22.12.0"
val FLUENCY_VERSION = "2.7.0"
val GRPC_VERSION = "1.52.0"
Expand Down

0 comments on commit b905253

Please sign in to comment.