Skip to content

Commit

Permalink
Update scalajs-dom to 2.4.0 (#2758)
Browse files Browse the repository at this point in the history
Updates
[org.scala-js:scalajs-dom](https://github.com/scala-js/scala-js-dom)
from 2.3.0 to 2.4.0.
[GitHub Release
Notes](https://github.com/scala-js/scala-js-dom/releases/tag/v2.4.0) -
[Version
Diff](scala-js/scala-js-dom@v2.3.0...v2.4.0)


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/77e035ef483ebb658433dfa1469671184e511f09/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.3.0).
You might want to review and update them manually.
```
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>

labels: library-update
  • Loading branch information
xerial-bot authored Feb 16, 2023
1 parent be0c468 commit 03d8bb4
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.40.1.0"
val SLF4J_VERSION = "2.0.6"
val JS_JAVA_LOGGING_VERSION = "1.0.0"
val JS_JAVA_TIME_VERSION = "1.0.0"
val SCALAJS_DOM_VERSION = "2.3.0"
val SCALAJS_DOM_VERSION = "2.4.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 03d8bb4

Please sign in to comment.