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 71f84b2 commit d46a3f1Copy full SHA for d46a3f1
jsoniter-scala/build.sbt
@@ -2,7 +2,7 @@ name := "scalatest-jsoniter-scala"
2
3
libraryDependencies ++= Seq(
4
"org.scalatest" %% "scalatest" % "3.2.9",
5
- "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.6.4",
6
- "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.6.4" % "provided",
+ "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.9.1",
+ "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.9.1" % "provided",
7
"com.softwaremill.diffx" %% "diffx-core" % "0.3.30"
8
)
0 commit comments