Skip to content

Commit

Permalink
Release diffson 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
satabin committed May 25, 2021
1 parent fe7d0eb commit 117c5bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.3"
libraryDependencies += "org.gnieh" %% f"diffson-$jsonLib" % "4.1.0"
```

where `jsonLib` is either:
Expand All @@ -38,11 +38,11 @@ where `jsonLib` is either:
- `play-json`
- `circe`

These versions are built for Scala 2.12 and 2.13.
These versions are built for Scala 2.12, 2.13, and 3.

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

Json Library
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ThisBuild / crossScalaVersions := Seq(scala212, scala213, scala3)

lazy val commonSettings = Seq(
organization := "org.gnieh",
version := "4.0.3",
version := "4.1.0",
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 117c5bd

Please sign in to comment.