Commit 8f7dd9d
authored
Update scala3-library, ... to 3.3.7 (#566)
## About this PR
📦 Updates
* [org.scala-lang:scala3-library](https://github.com/scala/scala3)
* [org.scala-lang:scala3-library_sjs1](https://github.com/scala/scala3)
from `3.3.6` to `3.3.7`
📜 [GitHub Release
Notes](https://github.com/scala/scala3/releases/tag/3.3.7) - [Version
Diff](scala/scala3@3.3.6...3.3.7) - [Version
Diff](scala/scala3@release-3.3.6...release-3.3.7)
## 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/47b15c72da8bcee123d858c4defaac4d564370a2/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-lang" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scala-lang" }
}]
```
</details>
<sup>
labels: library-update, early-semver-patch, semver-spec-patch,
version-scheme:semver-spec, commit-count:1
</sup>
<!-- scala-steward = {
"Update" : {
"ForGroupId" : {
"forArtifactIds" : [
{
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "org.scala-lang",
"artifactId" : {
"name" : "scala3-library",
"maybeCrossName" : "scala3-library_3"
},
"version" : "3.3.6",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : null
}
],
"newerVersions" : [
"3.3.7"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
},
{
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "org.scala-lang",
"artifactId" : {
"name" : "scala3-library_sjs1",
"maybeCrossName" : "scala3-library_sjs1_3"
},
"version" : "3.3.6",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : null
}
],
"newerVersions" : [
"3.3.7"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
}
]
}
},
"Labels" : [
"library-update",
"early-semver-patch",
"semver-spec-patch",
"version-scheme:semver-spec",
"commit-count:1"
]
} -->1 parent 69a6af6 commit 8f7dd9d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments