Commit d7c5dc5
Update scala3-library to 3.3.6 (#152)
## About this PR
📦 Updates
[org.scala-lang:scala3-library](https://github.com/scala/scala3) from
`3.3.5` to `3.3.6`
📜 [GitHub Release
Notes](https://github.com/scala/scala3/releases/tag/3.3.6) - [Version
Diff](scala/scala3@3.3.5...3.3.6)
## 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/af6fa0af49b9489939daf7ca36fc3bdbaaed66fb/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", artifactId = "scala3-library" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scala-lang", artifactId = "scala3-library" }
}]
```
</details>
<sup>
labels: library-update, early-semver-patch, semver-spec-patch,
version-scheme:semver-spec, commit-count:1
</sup>
<!-- scala-steward = {
"Update" : {
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "org.scala-lang",
"artifactId" : {
"name" : "scala3-library",
"maybeCrossName" : "scala3-library_3"
},
"version" : "3.3.5",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : null
}
],
"newerVersions" : [
"3.3.6"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
},
"Labels" : [
"library-update",
"early-semver-patch",
"semver-spec-patch",
"version-scheme:semver-spec",
"commit-count:1"
]
} -->
---------
Co-authored-by: Michel Davit <[email protected]>1 parent 75561ba commit d7c5dc5
File tree
2 files changed
+1
-3
lines changed- core/src/main/scala/fr/davit/pekko/http/metrics/core/scaladsl/server
2 files changed
+1
-3
lines changed| 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: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
0 commit comments