Skip to content

Commit

Permalink
Release 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
satabin committed Feb 8, 2020
1 parent 77928a3 commit c15f471
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Getting Started
This library is published in the [Maven][7] [Central Repository][8].
You can add it to your sbt project by putting this line into your build description:
```scala
libraryDependencies += "org.gnieh" %% f"diffson-$jsonLib" % "4.0.1"
libraryDependencies += "org.gnieh" %% f"diffson-$jsonLib" % "4.0.2"
```

where `jsonLib` is either:
Expand All @@ -42,7 +42,7 @@ These versions are built for Scala 2.12 and 2.13.

Scala.JS is also supported for both Scala 2.12 and 2.13. To use it, add this dependency to your build file:
```scala
libraryDependencies += "org.gnieh" %%% f"diffson-$jsonLib" % "4.0.1"
libraryDependencies += "org.gnieh" %%% f"diffson-$jsonLib" % "4.0.2"
```

Json Library
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val scala213 = "2.13.1"
lazy val commonSettings = Seq(
organization := "org.gnieh",
scalaVersion := scala213,
version := "4.0.1",
version := "4.0.2",
description := "Json diff/patch library",
licenses += ("The Apache Software License, Version 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")),
homepage := Some(url("https://github.com/gnieh/diffson")),
Expand Down

0 comments on commit c15f471

Please sign in to comment.