You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Play Version: 2.6.2, Metrics Version: 3.2.2, Scala Versions: 2.12.2
9
+
Play Version: 2.6.19, Metrics Version: 4.0.3, Scala Versions: 2.12.6
10
10
11
11
## Features
12
12
@@ -22,7 +22,7 @@ Add metrics-play dependency:
22
22
```scala
23
23
valappDependencies=Seq(
24
24
...
25
-
"com.kenshoo"%%"metrics-play"%"2.6.2_0.6.1"
25
+
"com.kenshoo"%%"metrics-play"%"2.6.19_0.7.0"
26
26
)
27
27
```
28
28
@@ -139,6 +139,7 @@ instead of `com.kenshoo.play.metrics.PlayModule`
139
139
140
140
## Changes
141
141
142
+
* 2.6.19_0.7.0 - Upgrade to play 2.6.19 and Scala 2.12.6 and dropwizard 4.0.3
142
143
* 2.6.2_0.6.1 - Upgrade to play 2.6 and Scala 2.12. Migration: If you get errors like "No configuration setting found ..." when building fat JARs, check your merge strategy for reference.conf.
143
144
* 2.4.0_0.4.0 - Re-implement as Play Module
144
145
* 2.4.0_0.3.0 - Upgrade to play 2.4, metrics 3.1.2
0 commit comments