Skip to content

Commit df9d4c4

Browse files
Update diffson-circe, diffson-play-json to 4.1.1 (#130)
1 parent f24eb2c commit df9d4c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1.0"
5+
"org.gnieh" %% "diffson-circe" % "4.1.1"
66
)
77

88
val circeVersion = "0.14.1"

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.1.0",
5+
"org.gnieh" %% "diffson-play-json" % "4.1.1",
66
"org.scalatest" %% "scalatest" % "3.2.9"
77
)

0 commit comments

Comments
 (0)