Skip to content

Commit d7c5dc5

Browse files
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

2 files changed

+1
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ThisBuild / developers := List(
2020
)
2121

2222
// scala versions
23-
val scala3 = "3.3.5"
23+
val scala3 = "3.3.6"
2424
val scala213 = "2.13.16"
2525
val defaultScala = scala3
2626

core/src/main/scala/fr/davit/pekko/http/metrics/core/scaladsl/server/HttpMetricsDirectives.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ package fr.davit.pekko.http.metrics.core.scaladsl.server
1919
import org.apache.pekko.http.scaladsl.marshalling.ToEntityMarshaller
2020
import org.apache.pekko.http.scaladsl.server.Directives._
2121
import org.apache.pekko.http.scaladsl.server.PathMatcher.{Matched, Unmatched}
22-
import org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.{mapRequestContext, tprovide}
23-
import org.apache.pekko.http.scaladsl.server.directives.RouteDirectives.reject
2422
import org.apache.pekko.http.scaladsl.server.util.Tuple
2523
import org.apache.pekko.http.scaladsl.server.{Directive, Directive0, PathMatcher, StandardRoute}
2624
import fr.davit.pekko.http.metrics.core.{AttributeLabeler, HttpMetricsRegistry, PathLabeler}

0 commit comments

Comments
 (0)