Skip to content

Commit 4965c95

Browse files
Update smetrics to 2.3.2 (#408)
## About this PR 📦 Updates [com.evolutiongaming:smetrics](https://github.com/evolution-gaming/smetrics) from `2.3.1` to `2.3.2` 📜 [GitHub Release Notes](https://github.com/evolution-gaming/smetrics/releases/tag/v2.3.2) - [Version Diff](evolution-gaming/smetrics@v2.3.1...v2.3.2) ## 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/083ed690683d5bb0f3fef6d85ff6cc69d0f094f7/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.1). You might want to review and update them manually. ``` project/plugins.sbt ``` </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 = "com.evolutiongaming", artifactId = "smetrics" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.evolutiongaming", artifactId = "smetrics" } }] ``` </details> <sup> labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, old-version-remains, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "com.evolutiongaming", "artifactId" : { "name" : "smetrics", "maybeCrossName" : "smetrics_2.13" }, "version" : "2.3.1", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "2.3.2" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "library-update", "early-semver-patch", "semver-spec-patch", "version-scheme:early-semver", "old-version-remains", "commit-count:1" ] } -->
1 parent 1ff346b commit 4965c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object Dependencies {
88
val `akka-persistence-inmemory` = "com.github.dnvriend" %% "akka-persistence-inmemory" % "2.5.15.2"
99
val `kind-projector` = "org.typelevel" % "kind-projector" % "0.13.3"
1010
val pureconfig = "com.github.pureconfig" %% "pureconfig" % "0.17.8"
11-
val smetrics = "com.evolutiongaming" %% "smetrics" % "2.3.1"
11+
val smetrics = "com.evolutiongaming" %% "smetrics" % "2.3.2"
1212
val sstream = "com.evolutiongaming" %% "sstream" % "1.1.0"
1313

1414
object Cats {

0 commit comments

Comments
 (0)