Skip to content

Commit

Permalink
Update jsoniter-scala-core to 2.6.2 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 17, 2020
1 parent 89a4672 commit 188b4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ crossScalaVersions := Seq("2.11.12", "2.12.12", "2.13.3")
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-language:existentials", "-language:dynamics,higherKinds")

libraryDependencies ++= Seq(
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.6.1",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.6.2",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.2.0",
"org.scalatest" %% "scalatest" % "3.2.2" % Test
)
Expand Down

0 comments on commit 188b4fe

Please sign in to comment.