Skip to content

Commit 7d00ffa

Browse files
author
Dominic Michel
committed
Prepare release 3.0.0
1 parent f5c341d commit 7d00ffa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3333

3434
You must add the json-home-client to the dependencies of the build file, e.g. add to `build.sbt`:
3535

36-
libraryDependencies += "de.kaufhof" %% "json-home-client" % "2.2.0"
36+
libraryDependencies += "de.kaufhof" %% "json-home-client" % "3.0.0"
3737

3838
It is published to maven central for 2.11.
3939

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description := "Scala client to consume JSON home documents"
55

66
organization := "de.kaufhof"
77

8-
version := "2.1.0"
8+
version := "3.0.0"
99

1010
licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.html"))
1111

0 commit comments

Comments
 (0)