File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ If you're looking for the Play 2.3.x version check out the [play-2.3.x branch](h
33
33
34
34
You must add the json-home-client to the dependencies of the build file, e.g. add to ` build.sbt ` :
35
35
36
- libraryDependencies += "de.kaufhof" %% "json-home-client" % "2.2 .0"
36
+ libraryDependencies += "de.kaufhof" %% "json-home-client" % "3.0 .0"
37
37
38
38
It is published to maven central for 2.11.
39
39
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description := "Scala client to consume JSON home documents"
5
5
6
6
organization := " de.kaufhof"
7
7
8
- version := " 2.1 .0"
8
+ version := " 3.0 .0"
9
9
10
10
licenses := Seq (" Apache-2.0" -> url(" http://www.apache.org/licenses/LICENSE-2.0.html" ))
11
11
You can’t perform that action at this time.
0 commit comments