Skip to content

Commit e357480

Browse files
author
liorh
committed
bump to release clean version, fixes #48
1 parent ad17399 commit e357480

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add metrics-play dependency:
2222
```scala
2323
val appDependencies = Seq(
2424
...
25-
"com.kenshoo" %% "metrics-play" % "2.4.0_0.4.0"
25+
"com.kenshoo" %% "metrics-play" % "2.4.0_0.4.1"
2626
)
2727
```
2828

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ organization:= "com.kenshoo"
22

33
name := "metrics-play"
44

5-
version := "2.4.0_0.4.0"
5+
version := "2.4.0_0.4.1"
66

77
scalaVersion := "2.11.6"
88

0 commit comments

Comments
 (0)