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 7d7b597 commit 4c07952Copy full SHA for 4c07952
argonaut/build.sbt
@@ -3,5 +3,5 @@ name := "scalatest-argonaut"
3
libraryDependencies ++= Seq(
4
"org.scalatest" %% "scalatest" % "3.2.9",
5
"io.argonaut" %% "argonaut" % "6.3.6",
6
- "com.softwaremill.diffx" %% "diffx-core" % "0.3.29"
+ "com.softwaremill.diffx" %% "diffx-core" % "0.3.30"
7
)
jsoniter-scala/build.sbt
@@ -4,5 +4,5 @@ libraryDependencies ++= Seq(
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.6.4",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.6.4" % "provided",
8
0 commit comments