Skip to content

Commit 0fb321f

Browse files
bump diffson
1 parent ca274d0 commit 0fb321f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

circe/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "scalatest-circe"
22

33
libraryDependencies ++= Seq(
44
"org.scalatest" %% "scalatest" % "3.2.9",
5-
"org.gnieh" %% "diffson-circe" % "4.0.3"
5+
"org.gnieh" %% "diffson-circe" % "4.1.0"
66
)
77

88
val circeVersion = "0.14.0"

play-json/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ name := "scalatest-play-json"
22

33
libraryDependencies ++= Seq(
44
"com.typesafe.play" %% "play-json" % "2.8.0",
5-
"org.gnieh" %% "diffson-play-json" % "4.0.3",
5+
"org.gnieh" %% "diffson-play-json" % "4.1.0",
66
"org.scalatest" %% "scalatest" % "3.2.9"
77
)

play-json/src/test/scala/com/stephenn/scalatest/playjson/JsonMatchersSpec.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class JsonMatchersSpec extends AnyFunSpec with Matchers {
3737
|Json did not match "{}" did not match "{"l":1}"
3838
|
3939
|Json Diff:
40-
|"JsonPatch(List(Add(Chain(Left(l)),1)))"
40+
|"JsonPatch(List(Add(Pointer(Chain(Left(l))),1)))"
4141
""".stripMargin.trim
4242
}
4343

@@ -49,7 +49,7 @@ class JsonMatchersSpec extends AnyFunSpec with Matchers {
4949
|Json did not match "{"r":0}" did not match "{}"
5050
|
5151
|Json Diff:
52-
|"JsonPatch(List(Remove(Chain(Left(r)),None)))"
52+
|"JsonPatch(List(Remove(Pointer(Chain(Left(r))),None)))"
5353
""".stripMargin.trim
5454
}
5555

0 commit comments

Comments
 (0)