@@ -106,7 +106,7 @@ Akka versions see [all available versions](/docs/AvailableVersions.md).
106
106
<td valign="top">✓</td>
107
107
<td valign="top"></td>
108
108
<td valign="top"></td>
109
- <td valign="top">Dropwizard-metrics 4.2.28 </td>
109
+ <td valign="top">Dropwizard-metrics 4.2.30 </td>
110
110
</tr>
111
111
<tr>
112
112
<td valign="top">metrics4-pekko</td>
@@ -116,7 +116,7 @@ Akka versions see [all available versions](/docs/AvailableVersions.md).
116
116
<td valign="top"></td>
117
117
<td valign="top"></td>
118
118
<td valign="top"></td>
119
- <td valign="top">Pekko 1.1.1 </td>
119
+ <td valign="top">Pekko 1.1.3 </td>
120
120
</tr>
121
121
<tr>
122
122
<td valign="top">metrics4-akka_a26</td>
@@ -170,18 +170,15 @@ is not compatible over major Dropwizard versions.
170
170
171
171
## Download 4.x
172
172
173
- <a href =" CHANGELOG.md#v433-oct-2024 " >Release notes for 4.3.3.</a >
174
-
175
- WARNING: ` nl.grons:metrics-scala:4.0.0 ` was accidentally released as well. * Do not use it* as it will give
176
- binary compatibility problems. Instead, use ` "nl.grons" %% "metrics4-scala" % "4.0.1" ` or later as described below.
173
+ <a href =" CHANGELOG.md " >Release notes for 4.3.4.</a >
177
174
178
175
SBT:
179
176
```
180
177
libraryDependencies ++= Seq(
181
- "nl.grons" %% "metrics4-scala" % "4.3.3 ",
182
- "nl.grons" %% "metrics4-pekko" % "4.3.3 ",
183
- "nl.grons" %% "metrics4-akka_a26" % "4.3.3 ",
184
- "nl.grons" %% "metrics4-scala-hdr" % "4.3.3 "
178
+ "nl.grons" %% "metrics4-scala" % "4.3.4 ",
179
+ "nl.grons" %% "metrics4-pekko" % "4.3.4 ",
180
+ "nl.grons" %% "metrics4-akka_a26" % "4.3.4 ",
181
+ "nl.grons" %% "metrics4-scala-hdr" % "4.3.4 "
185
182
)
186
183
```
187
184
@@ -190,7 +187,7 @@ Maven:
190
187
<properties>
191
188
<scala.version>3.1.0</scala.version>
192
189
<scala.compat.version>3</scala.compat.version>
193
- <metrics.scala.version>4.3.3 </metrics.scala.version>
190
+ <metrics.scala.version>4.3.4 </metrics.scala.version>
194
191
</properties>
195
192
<dependency>
196
193
<groupId>nl.grons</groupId>
@@ -244,6 +241,6 @@ with the help of [@scullxbones](https://github.com/scullxbones) and many other c
244
241
245
242
Copyright (c) 2010-2012 Coda Hale, Yammer.com (before 3.0.0)
246
243
247
- Copyright (c) 2013-2023 Erik van Oosten (3.0.0 and later)
244
+ Copyright (c) 2013-2025 Erik van Oosten (3.0.0 and later)
248
245
249
246
Published under Apache Software License 2.0, see [ LICENSE] ( LICENSE )
0 commit comments