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
Copy file name to clipboardexpand all lines: README.md
+3-4
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Add metrics-play dependency:
22
22
```scala
23
23
valappDependencies=Seq(
24
24
...
25
-
"com.kenshoo"%%"metrics-play"%"2.7.0_0.8.0"
25
+
"com.kenshoo"%%"metrics-play"%"2.7.3_0.8.1"
26
26
)
27
27
```
28
28
@@ -129,16 +129,15 @@ class MyMetricsModule extends Module {
129
129
}
130
130
```
131
131
132
-
and add a line like this to application.conf
132
+
and add the following line to application.conf
133
133
134
134
```
135
135
play.modules.enabled+="myapp.MyMetricsModule"
136
136
```
137
137
138
-
instead of `com.kenshoo.play.metrics.PlayModule`
139
-
140
138
## Changes
141
139
140
+
* 2.7.3_0.8.1 - Upgrade to play 2.7.3 and support Scala version 2.12.8 / 2.13.0 with dropwizard 4.0.5
142
141
* 2.7.0_0.8.0 - Upgrade to play 2.7.0 and Scala 2.12.8 and dropwizard 4.0.5
143
142
* 2.6.19_0.7.0 - Upgrade to play 2.6.19 and Scala 2.12.6 and dropwizard 4.0.3
144
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.
0 commit comments