Skip to content

Commit d46a3f1

Browse files
Update jsoniter-scala-core, ... to 2.9.1 (#141)
1 parent 71f84b2 commit d46a3f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsoniter-scala/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "scalatest-jsoniter-scala"
22

33
libraryDependencies ++= Seq(
44
"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",
5+
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.9.1",
6+
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.9.1" % "provided",
77
"com.softwaremill.diffx" %% "diffx-core" % "0.3.30"
88
)

0 commit comments

Comments
 (0)