We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24eb2c commit df9d4c4Copy full SHA for df9d4c4
circe/build.sbt
@@ -2,7 +2,7 @@ name := "scalatest-circe"
2
3
libraryDependencies ++= Seq(
4
"org.scalatest" %% "scalatest" % "3.2.9",
5
- "org.gnieh" %% "diffson-circe" % "4.1.0"
+ "org.gnieh" %% "diffson-circe" % "4.1.1"
6
)
7
8
val circeVersion = "0.14.1"
play-json/build.sbt
@@ -2,6 +2,6 @@ name := "scalatest-play-json"
"com.typesafe.play" %% "play-json" % "2.8.0",
- "org.gnieh" %% "diffson-play-json" % "4.1.0",
+ "org.gnieh" %% "diffson-play-json" % "4.1.1",
"org.scalatest" %% "scalatest" % "3.2.9"
0 commit comments