File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,17 @@ organization:= "com.kenshoo"
2
2
3
3
name := " metrics-play"
4
4
5
- version := " 2.6.2_0.6.1"
6
-
7
5
scalaVersion := " 2.12.3"
8
6
9
- crossScalaVersions := Seq (" 2.12.3" , " 2.11.11" )
7
+ crossScalaVersions := Seq (scalaVersion.value, " 2.11.11" )
8
+
9
+ val playVersion = " 2.6.6"
10
+
11
+ val metricsPlayVersion = " 0.6.2"
12
+
13
+ version := s " ${playVersion}_ ${metricsPlayVersion}"
14
+
15
+
10
16
11
17
scalacOptions := Seq (" -unchecked" , " -deprecation" )
12
18
@@ -25,7 +31,7 @@ libraryDependencies ++= Seq(
25
31
" io.dropwizard.metrics" % " metrics-json" % " 3.2.4" ,
26
32
" io.dropwizard.metrics" % " metrics-jvm" % " 3.2.4" ,
27
33
" io.dropwizard.metrics" % " metrics-logback" % " 3.2.4" ,
28
- " com.typesafe.play" %% " play" % " 2.6.6 " % " provided" ,
34
+ " com.typesafe.play" %% " play" % playVersion % " provided" ,
29
35
" org.joda" % " joda-convert" % " 1.8.2" ,
30
36
// test
31
37
" com.typesafe.play" %% " play-test" % " 2.6.2" % " test" ,
You can’t perform that action at this time.
0 commit comments